Skip to content

Commit

Permalink
Revert "[processing] make Modeller non-blocking window"
Browse files Browse the repository at this point in the history
This reverts commit 51ec2bf.

Having Processing modeler non-modal risky as user can add/remove
new providers and this changes will not be reflected in the modeler
  • Loading branch information
alexbruy committed Jan 27, 2016
1 parent 42ea15b commit 469985d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -152,7 +152,6 @@ def openToolbox(self):

def openModeler(self):
dlg = ModelerDialog()
dlg.show()
dlg.exec_()
if dlg.update:
self.toolbox.updateProvider('model')
Expand Down

0 comments on commit 469985d

Please sign in to comment.