Skip to content
Permalink
Browse files
[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.
@@ -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):

0 comments on commit 008d3cd

Please sign in to comment.