Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] Correctly set parent widgets for algorithm dialogs
to avoid dialogs immediately going out of scope and being garbage collected (cherry picked from commit 07dc782)
- Loading branch information
Showing
with
12 additions
and 11 deletions.
- +2 −1 python/plugins/processing/ProcessingPlugin.py
- +4 −4 python/plugins/processing/gui/AlgorithmLocatorFilter.py
- +2 −2 python/plugins/processing/gui/menus.py
- +1 −1 python/plugins/processing/modeler/ModelerDialog.py
- +2 −2 python/plugins/processing/script/ScriptEditorDialog.py
- +1 −1 python/plugins/processing/tools/general.py