Arch: remove buggy recompute inside onChanged

This commit is contained in:
Yorik van Havre
2017-07-18 10:52:06 -03:00
parent 5a230f3051
commit acbf8a57c5

View File

@@ -689,7 +689,6 @@ class _Window(ArchComponent.Component):
# restoring constraints when loading a file fails
# because of load order, but it doesn't harm...
pass
FreeCAD.ActiveDocument.recompute()
else:
ArchComponent.Component.onChanged(self,obj,prop)