Merged revision(s) 57042 #bb2b8feabf from trunk:

IdeIntf: Prevent crash in DBGridColumnsPropertyEditorForm with "Delete All". Issue #33000.
........

git-svn-id: branches/fixes_1_8@57062 -
This commit is contained in:
maxim 2018-01-12 22:34:21 +00:00
parent 9491882c3a
commit 6ff6e0183e

View File

@ -214,6 +214,7 @@ begin
mtConfirmation, [mbYes, mbNo], 0) = mrYes ) then begin
try
BeginFormUpdate;
SelectInObjectInspector(True, True);
Collection.Clear;
finally
RefreshPropertyValues;