Skip to content

Commit

Permalink
[processing] remove toolbox dock widget when unloading plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 13, 2016
1 parent 555fe3d commit 19f8060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -125,6 +125,7 @@ def initGui(self):

def unload(self):
self.toolbox.setVisible(False)
self.iface.removeDockWidget(self.toolbox)
self.menu.deleteLater()

# delete temporary output files
Expand Down

0 comments on commit 19f8060

Please sign in to comment.