[processing] fixed extent selection from batch processing interface

fixes #15408
This commit is contained in:
volaya 2016-08-23 14:41:07 +02:00
parent da599495aa
commit 008d3cd79a

View File

@ -89,7 +89,9 @@ class AlgorithmDialog(AlgorithmDialogBase):
QgsMapLayerRegistry.instance().layersWillBeRemoved.connect(self.mainWidget.layersWillBeRemoved)
def runAsBatch(self):
self.close()
dlg = BatchAlgorithmDialog(self.alg)
dlg.show()
dlg.exec_()
def setParamValues(self):