Skip to content

Commit cbc1462

Browse files
committed
[processing] Correctly reset progress bar after completing batch execution
1 parent cbb99ec commit cbc1462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/gui/BatchAlgorithmDialog.py

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def finish(self, algorithm_results):
187187

188188
self.createSummaryTable(algorithm_results)
189189
self.mainWidget().setEnabled(True)
190+
self.resetGui()
190191

191192
def loadHTMLResults(self, results, num):
192193
for out in self.algorithm().outputDefinitions():

0 commit comments

Comments
 (0)