ideintf: don't set expanded for collection node

git-svn-id: trunk@22932 -
This commit is contained in:
paul 2009-12-03 04:10:16 +00:00
parent a1b73e8e94
commit 8b7563686a

View File

@ -204,8 +204,7 @@ begin
ItemNode.SelectedIndex := ItemNode.ImageIndex;
ItemNode.MultiSelected := FTreeView.Selection.IndexOf(Item) >= 0;
end;
CollectionNode.Expanded := True;
FNode.Expanded := True;
end;