[AddonManager] Fix issue in Execute
This commit is contained in:
committed by
Yorik van Havre
parent
b82c9c4db1
commit
d418c034b5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user