[TD]fix checkFit to use current scale
This commit is contained in:
committed by
WandererFan
parent
e1f2685734
commit
bfecd1359b
@@ -36,8 +36,7 @@ def simpleViewMove(view, fromPage, toPage, copy):
|
||||
for d in deps:
|
||||
toPage.addView(d)
|
||||
|
||||
view.recompute() #update the view feature
|
||||
App.ActiveDocument.recompute() #update views dependents if necessary
|
||||
App.ActiveDocument.recompute() #update views & dependents if necessary
|
||||
return
|
||||
|
||||
#move a section view, its Base View and all its dependents (items, dimensions, balloons, etc) of both from fromPage to toPage
|
||||
|
||||
Reference in New Issue
Block a user