Skip to content

Commit 008d3cd

Browse files
committedAug 23, 2016
[processing] fixed extent selection from batch processing interface
fixes #15408
1 parent da59949 commit 008d3cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎python/plugins/processing/gui/AlgorithmDialog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ def __init__(self, alg):
8989
QgsMapLayerRegistry.instance().layersWillBeRemoved.connect(self.mainWidget.layersWillBeRemoved)
9090

9191
def runAsBatch(self):
92+
self.close()
9293
dlg = BatchAlgorithmDialog(self.alg)
94+
dlg.show()
9395
dlg.exec_()
9496

9597
def setParamValues(self):

0 commit comments

Comments
 (0)
Please sign in to comment.