mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] fixed extent selection from batch processing interface
fixes #15408
This commit is contained in:
parent
da599495aa
commit
008d3cd79a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user