mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Call toolbox.deleteLater to avoid slot calls after unload
This commit is contained in:
parent
3718d4e65b
commit
5af792c1f8
@ -253,6 +253,7 @@ class ProcessingPlugin:
|
||||
self.resultsDock.setVisible(False)
|
||||
self.iface.removeDockWidget(self.resultsDock)
|
||||
|
||||
self.toolbox.deleteLater()
|
||||
self.menu.deleteLater()
|
||||
|
||||
# delete temporary output files
|
||||
|
Loading…
x
Reference in New Issue
Block a user