mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[processing] order 3rd party provider groups (#5723)
This commit is contained in:
parent
a477ea3ae4
commit
c2b3ac5624
@ -455,7 +455,7 @@ class ProcessingToolbox(BASE, WIDGET):
|
||||
else:
|
||||
parent.setText(0, text)
|
||||
|
||||
for groupItem in list(groups.values()):
|
||||
for group, groupItem in sorted(groups.items(), key=operator.itemgetter(1)):
|
||||
parent.addChild(groupItem)
|
||||
|
||||
if not provider.id() in ('qgis', 'native'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user