Skip to content

Commit

Permalink
[processing] Consistently show modeler dialog as modal
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jan 16, 2015
1 parent 2b58df4 commit 49cf93d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/ProcessingPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def openToolbox(self):

def openModeler(self):
dlg = ModelerDialog()
dlg.show()
dlg.exec_()
if dlg.update:
Processing.updateAlgsList()
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/modeler/CreateNewModelAction.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def getIcon(self):

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

0 comments on commit 49cf93d

Please sign in to comment.