Fix Compose lacking icon in tree view
A fundamental fix, which affected only Compose
This commit is contained in:
parent
5f8d81fd82
commit
18b1b99ac1
|
@ -54,7 +54,8 @@ def makeLatticeFeature(name, AppClass, icon, ViewClass = None):
|
|||
vp = ViewClass(obj.ViewObject)
|
||||
else:
|
||||
vp = ViewProviderLatticeFeature(obj.ViewObject)
|
||||
vp.icon = icon
|
||||
|
||||
vp.icon = icon
|
||||
|
||||
return obj
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user