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

git-svn-id: trunk@57042 -
This commit is contained in:
juha 2018-01-10 14:32:19 +00:00
parent b8a4422c7f
commit bb2b8feabf

View File

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