[AddonManager] Fix issue in Execute

This commit is contained in:
0penBrain
2020-03-30 11:51:00 +02:00
committed by Yorik van Havre
parent b82c9c4db1
commit d418c034b5

View File

@@ -468,7 +468,7 @@ class CommandAddonManager:
macro_path = macro_path.replace("\\","/")
FreeCADGui.open(str(macro_path))
self.hide()
self.dialog.hide()
FreeCADGui.SendMsgToActiveView("Run")
else:
self.dialog.buttonExecute.setEnabled(False)