Arch: minor bugfix

This commit is contained in:
Yorik van Havre
2018-07-23 21:13:14 -03:00
parent 5d134c03ca
commit aa10e90e5e

View File

@@ -388,6 +388,8 @@ class _ViewProviderArchMaterial:
def unsetEdit(self,vobj,mode):
FreeCADGui.Control.closeDialog()
FreeCAD.ActiveDocument.recompute()
if hasattr(self,"taskd"):
del self.taskd
return
def __getstate__(self):