Skip to content

Commit 21d1bdf

Browse files
committed
[processing] Fix exceptions due to closed algorithm dialogs when
opened from toolbox and closed before task completes (cherry picked from commit 0d5a8dd)
1 parent 3179b3b commit 21d1bdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/gui/ProcessingToolbox.py

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ def executeAlgorithm(self):
245245

246246
if not dlg:
247247
dlg = AlgorithmDialog(alg, self.in_place_mode, iface.mainWindow())
248-
dlg.setAttribute(Qt.WA_DeleteOnClose)
249248
canvas = iface.mapCanvas()
250249
prevMapTool = canvas.mapTool()
251250
dlg.show()

0 commit comments

Comments
 (0)