mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 09:59:10 +02:00
IdeIntf: Prevent crash in DBGridColumnsPropertyEditorForm with "Delete All". Issue #33000.
git-svn-id: trunk@57042 -
This commit is contained in:
parent
b8a4422c7f
commit
bb2b8feabf
@ -212,6 +212,7 @@ begin
|
||||
mtConfirmation, [mbYes, mbNo], 0) = mrYes ) then begin
|
||||
try
|
||||
BeginFormUpdate;
|
||||
SelectInObjectInspector(True, True);
|
||||
Collection.Clear;
|
||||
finally
|
||||
RefreshPropertyValues;
|
||||
|
Loading…
Reference in New Issue
Block a user