mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
[processing] Correctly reset progress bar after completing batch execution
This commit is contained in:
parent
66eabdd40c
commit
0ff5820573
@ -187,6 +187,7 @@ class BatchAlgorithmDialog(QgsProcessingAlgorithmDialogBase):
|
||||
|
||||
self.createSummaryTable(algorithm_results)
|
||||
self.mainWidget().setEnabled(True)
|
||||
self.resetGui()
|
||||
|
||||
def loadHTMLResults(self, results, num):
|
||||
for out in self.algorithm().outputDefinitions():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user