Skip to content

Commit

Permalink
Arch: remove buggy recompute inside onChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 18, 2017
1 parent 382ad28 commit 7bcb99d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Arch/ArchWindow.py
Expand Up @@ -689,7 +689,6 @@ def onChanged(self,obj,prop):
# 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)

Expand Down

0 comments on commit 7bcb99d

Please sign in to comment.