[processing] make Modeller non-blocking window

This commit is contained in:
Alexander Bruy 2016-01-20 14:50:24 +02:00
parent f7e6fa67b0
commit 51ec2bfba6

View File

@ -147,6 +147,7 @@ class ProcessingPlugin:
def openModeler(self):
dlg = ModelerDialog()
dlg.show()
dlg.exec_()
if dlg.update:
self.toolbox.updateProvider('model')