ideintf: collection editor, update buttons after deleting an item (issue )

git-svn-id: trunk@32674 -
This commit is contained in:
vincents 2011-10-04 14:50:52 +00:00
parent f0bf0fdd81
commit 0034a72672

View File

@ -261,6 +261,8 @@ begin
else
CollectionListBox.ItemIndex := CollectionListBox.Items.Count - 1;
end;
UpdateButtons;
UpdateCaption;
end;
procedure TCollectionPropertyEditorForm.RefreshPropertyValues;