Draft: Fixed task dialog error

This commit is contained in:
Yorik van Havre
2014-05-14 10:42:31 -03:00
parent a7d7e674b0
commit 408f713227

View File

@@ -1007,6 +1007,7 @@ class DraftToolBar:
if callback:
callback()
return True
FreeCADGui.Control.closeDialog()
panel = TaskPanel(extra,callback)
FreeCADGui.Control.showDialog(panel)