Skip to content

Commit

Permalink
fix user plugins again
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranuvir authored and Aranuvir committed Mar 3, 2018
1 parent 686d979 commit 58c8317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makehuman/plugins/5_settings_userplugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def onClicked(event):
self.home = os.path.dirname(filename)

@self.reloadButton.mhEvent
def onClicked(event):ma
def onClicked(event):
for child in self.userPluginBox.children:
self.userPluginBox.removeWidget(child)
updatePlugins = self.getUserPlugins()
Expand Down

0 comments on commit 58c8317

Please sign in to comment.