Skip to content

Commit 0ff5820

Browse files
committedApr 26, 2019
[processing] Correctly reset progress bar after completing batch execution
1 parent 66eabdd commit 0ff5820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.