We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 858dbd2 commit 8ade74cCopy full SHA for 8ade74c
python/plugins/processing/core/Processing.py
@@ -155,8 +155,10 @@ def updateAlgsList():
155
requires the list of algorithms to be created again from
156
algorithm providers.
157
"""
158
+ QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
159
Processing.loadFromProviders()
160
Processing.fireAlgsListHasChanged()
161
+ QApplication.restoreOverrideCursor()
162
163
@staticmethod
164
def loadFromProviders():
0 commit comments