Skip to content

Commit

Permalink
[processing] show wait cursor while updating alg list
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jan 21, 2016
1 parent 858dbd2 commit 8ade74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/core/Processing.py
Expand Up @@ -155,8 +155,10 @@ def updateAlgsList():
requires the list of algorithms to be created again from
algorithm providers.
"""
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
Processing.loadFromProviders()
Processing.fireAlgsListHasChanged()
QApplication.restoreOverrideCursor()

@staticmethod
def loadFromProviders():
Expand Down

0 comments on commit 8ade74c

Please sign in to comment.