Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fixed extent selection from batch processing interface
fixes #15408
  • Loading branch information
volaya committed Aug 23, 2016
1 parent da59949 commit 008d3cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -89,7 +89,9 @@ def __init__(self, alg):
QgsMapLayerRegistry.instance().layersWillBeRemoved.connect(self.mainWidget.layersWillBeRemoved)

def runAsBatch(self):
self.close()
dlg = BatchAlgorithmDialog(self.alg)
dlg.show()
dlg.exec_()

def setParamValues(self):
Expand Down

0 comments on commit 008d3cd

Please sign in to comment.