IdeIntf: Don't select anything initially in Collection property editor ListBox.

git-svn-id: trunk@56881 -
This commit is contained in:
juha 2017-12-30 20:23:47 +00:00
parent da1abe9943
commit cda5c69296

View File

@ -376,6 +376,7 @@ begin
end;
FillCollectionListBox;
CollectionListBox.ItemIndex := -1; // Some widgetsets select the last item.
UpdateCaption;
end;