mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] make Modeller non-blocking window
This commit is contained in:
parent
f7e6fa67b0
commit
51ec2bfba6
@ -147,6 +147,7 @@ class ProcessingPlugin:
|
||||
|
||||
def openModeler(self):
|
||||
dlg = ModelerDialog()
|
||||
dlg.show()
|
||||
dlg.exec_()
|
||||
if dlg.update:
|
||||
self.toolbox.updateProvider('model')
|
||||
|
Loading…
x
Reference in New Issue
Block a user