ensure doc is recompute after updates
This commit is contained in:
parent
03fc42579f
commit
638fda2daf
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import FreeCAD as App
|
||||
import FreeCADGui as Gui
|
||||
|
||||
class Syncable:
|
||||
|
@ -41,3 +42,5 @@ class Syncable:
|
|||
getattr(feature, self.method)()
|
||||
|
||||
s.recompute()
|
||||
|
||||
App.ActiveDocument.recompute()
|
||||
|
|
Loading…
Add table
Reference in a new issue