Skip to content

Commit

Permalink
[processing] correctly retrieve icon for script collection (fix #17780)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 15, 2018
1 parent f92991e commit 7ecb053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -109,7 +109,7 @@ def addScripts(folder):
print(scripts)
for script in scripts:
script.allowEdit = False
script._icon = provider._icon
script._icon = provider.icon()
provider.externalAlgs.extend(scripts)
provider.refreshAlgorithms()

Expand Down

0 comments on commit 7ecb053

Please sign in to comment.