Arch: remove buggy recompute inside onChanged

This commit is contained in:
Yorik van Havre
2017-07-18 10:52:06 -03:00
parent 382ad283f7
commit 7bcb99dd09

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)