mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:39:06 +02:00
ide: set correct imageindex for uses section and used unit nodes
git-svn-id: trunk@19594 -
This commit is contained in:
parent
841d9ef2fb
commit
2da1e36c1c
@ -601,6 +601,8 @@ begin
|
|||||||
else
|
else
|
||||||
Result:=ImgIDProcedure;
|
Result:=ImgIDProcedure;
|
||||||
ctnProperty: Result:=ImgIDProperty;
|
ctnProperty: Result:=ImgIDProperty;
|
||||||
|
ctnUsesSection: Result:= ImgIDSection;
|
||||||
|
ctnUseUnit: Result:=ImgIDUnit;
|
||||||
else
|
else
|
||||||
Result:=ImgIDDefault;
|
Result:=ImgIDDefault;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user