mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-30 19:21:34 +01: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
|
else
|
||||||
CollectionListBox.ItemIndex := CollectionListBox.Items.Count - 1;
|
CollectionListBox.ItemIndex := CollectionListBox.Items.Count - 1;
|
||||||
end;
|
end;
|
||||||
|
UpdateButtons;
|
||||||
|
UpdateCaption;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCollectionPropertyEditorForm.RefreshPropertyValues;
|
procedure TCollectionPropertyEditorForm.RefreshPropertyValues;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user