Skip to content

Commit

Permalink
fix bug in uninstalling macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mwganson authored and yorikvanhavre committed Jul 2, 2019
1 parent 2d7d6cf commit 18e39b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/AddonManager.py
Expand Up @@ -471,7 +471,7 @@ def remove(self):
else:
self.dialog.description.setText(translate("AddonsInstaller", "Unable to remove this addon"))

elif self.tabWidget.currentIndex() == 1:
elif self.dialog.tabWidget.currentIndex() == 1:
# Tab "Macros".
macro = self.macros[self.dialog.listMacros.currentRow()]
if remove_macro(macro):
Expand Down

0 comments on commit 18e39b5

Please sign in to comment.