mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] correctly retrieve icon for script collection (fix #17780)
This commit is contained in:
parent
f92991eb1f
commit
7ecb0536fd
@ -109,7 +109,7 @@ class Processing(object):
|
||||
print(scripts)
|
||||
for script in scripts:
|
||||
script.allowEdit = False
|
||||
script._icon = provider._icon
|
||||
script._icon = provider.icon()
|
||||
provider.externalAlgs.extend(scripts)
|
||||
provider.refreshAlgorithms()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user