-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,7 @@ def openToolbox(self): | |
|
||
def openModeler(self): | ||
dlg = ModelerDialog() | ||
dlg.show() | ||
dlg.exec_() | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alexbruy
Author
Contributor
|
||
if dlg.update: | ||
self.toolbox.updateProvider('model') | ||
|
Shouldn't the exec call be removed? According to the doc, this makes it modal.