mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 18:59:19 +02:00
ideintf: don't set expanded for collection node
git-svn-id: trunk@22932 -
This commit is contained in:
parent
a1b73e8e94
commit
8b7563686a
@ -204,8 +204,7 @@ begin
|
||||
ItemNode.SelectedIndex := ItemNode.ImageIndex;
|
||||
ItemNode.MultiSelected := FTreeView.Selection.IndexOf(Item) >= 0;
|
||||
end;
|
||||
|
||||
CollectionNode.Expanded := True;
|
||||
|
||||
FNode.Expanded := True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user