Skip to content

Commit

Permalink
[processing] Fix exceptions due to closed algorithm dialogs when
Browse files Browse the repository at this point in the history
opened from toolbox and closed before task completes
  • Loading branch information
nyalldawson committed Oct 29, 2018
1 parent 908a058 commit 0d5a8dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -245,7 +245,6 @@ def executeAlgorithm(self):

if not dlg:
dlg = AlgorithmDialog(alg, self.in_place_mode, iface.mainWindow())
dlg.setAttribute(Qt.WA_DeleteOnClose)
canvas = iface.mapCanvas()
prevMapTool = canvas.mapTool()
dlg.show()
Expand Down

0 comments on commit 0d5a8dd

Please sign in to comment.