mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
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:
parent
9491882c3a
commit
6ff6e0183e
@ -214,6 +214,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