Skip to content
Permalink
Browse files
[processing] remove toolbox dock widget when unloading plugin
  • Loading branch information
volaya committed May 13, 2016
1 parent 555fe3d commit 19f8060
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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

0 comments on commit 19f8060

Please sign in to comment.