mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 18:09:20 +02:00
ideintf: collection editor, update buttons after deleting an item (issue #19090)
git-svn-id: trunk@32674 -
This commit is contained in:
parent
f0bf0fdd81
commit
0034a72672
@ -261,6 +261,8 @@ begin
|
||||
else
|
||||
CollectionListBox.ItemIndex := CollectionListBox.Items.Count - 1;
|
||||
end;
|
||||
UpdateButtons;
|
||||
UpdateCaption;
|
||||
end;
|
||||
|
||||
procedure TCollectionPropertyEditorForm.RefreshPropertyValues;
|
||||
|
Loading…
Reference in New Issue
Block a user