mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] use algorithm alias name also in advanced mode
This commit is contained in:
parent
12292e3ba0
commit
73ed56af98
@ -349,7 +349,7 @@ class TreeAlgorithmItem(QTreeWidgetItem):
|
||||
name = alg.name
|
||||
if useCategories:
|
||||
icon = GeoAlgorithm.getDefaultIcon()
|
||||
(group, subgroup, name) = AlgorithmDecorator.getGroupsAndName(alg)
|
||||
(group, subgroup, name) = AlgorithmDecorator.getGroupsAndName(alg)
|
||||
self.setIcon(0, icon)
|
||||
self.setToolTip(0, name)
|
||||
self.setText(0, name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user