ideintf: set selected imageindex for subitem in listview property editor

git-svn-id: trunk@24952 -
This commit is contained in:
paul 2010-04-26 07:56:25 +00:00
parent 13e3267ef9
commit ab536697a0

View File

@ -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;