Skip to content

Commit 51ec2bf

Browse files
committedJan 20, 2016
[processing] make Modeller non-blocking window
1 parent f7e6fa6 commit 51ec2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/ProcessingPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def openToolbox(self):
147147

148148
def openModeler(self):
149149
dlg = ModelerDialog()
150+
dlg.show()
150151
dlg.exec_()
Code has comments. Press enter to view.
151152
if dlg.update:
152153
self.toolbox.updateProvider('model')

0 commit comments

Comments
 (0)
Please sign in to comment.