mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
ideintf: set selected imageindex for subitem in listview property editor
git-svn-id: trunk@24952 -
This commit is contained in:
parent
13e3267ef9
commit
ab536697a0
@ -241,6 +241,7 @@ begin
|
||||
with TreeView1.Items.AddChild(Node, AListView.Items[I].SubItems[J]) do
|
||||
begin
|
||||
ImageIndex := AListView.Items[I].SubItemImages[J];
|
||||
SelectedIndex := ImageIndex;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user