mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +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
|
with TreeView1.Items.AddChild(Node, AListView.Items[I].SubItems[J]) do
|
||||||
begin
|
begin
|
||||||
ImageIndex := AListView.Items[I].SubItemImages[J];
|
ImageIndex := AListView.Items[I].SubItemImages[J];
|
||||||
|
SelectedIndex := ImageIndex;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user