mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:16:04 +02:00
IdeIntf: Don't select anything initially in Collection property editor ListBox.
git-svn-id: trunk@56881 -
This commit is contained in:
parent
da1abe9943
commit
cda5c69296
@ -376,6 +376,7 @@ begin
|
||||
end;
|
||||
|
||||
FillCollectionListBox;
|
||||
CollectionListBox.ItemIndex := -1; // Some widgetsets select the last item.
|
||||
UpdateCaption;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user