Skip to content

Commit

Permalink
[processing] When an algorithm is run in place through the 'ef' locator
Browse files Browse the repository at this point in the history
filter, ensure the progress bar is removed when the algorithm
finishes

Otherwise it hangs around in the message bar until it's manually
dismissed, unlike the behavior when you run an in-place operation
through the toolbox.
  • Loading branch information
nyalldawson committed Mar 16, 2021
1 parent 35a781d commit 8240788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/AlgorithmLocatorFilter.py
Expand Up @@ -227,3 +227,4 @@ def triggerResult(self, result):
feedback = MessageBarProgress(algname=alg.displayName())
parameters = {}
execute_in_place(alg, parameters, feedback=feedback)
feedback.close()

0 comments on commit 8240788

Please sign in to comment.