Skip to content

Commit

Permalink
[processing] Correctly reset progress bar after completing batch exec…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
nyalldawson committed Apr 26, 2019
1 parent 66eabdd commit 0ff5820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/BatchAlgorithmDialog.py
Expand Up @@ -187,6 +187,7 @@ def finish(self, algorithm_results):

self.createSummaryTable(algorithm_results)
self.mainWidget().setEnabled(True)
self.resetGui()

def loadHTMLResults(self, results, num):
for out in self.algorithm().outputDefinitions():
Expand Down

0 comments on commit 0ff5820

Please sign in to comment.