[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 22e3788bfd
commit 9925297da9

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)