mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:09:33 +02:00
LCL, grids, fix app freeze (windows) when stringeditor is focused and grid handle is being destroyed
git-svn-id: trunk@18223 -
This commit is contained in:
parent
d77400a729
commit
3a48aa228b
@ -5307,8 +5307,8 @@ end;
|
||||
|
||||
procedure TCustomGrid.DestroyHandle;
|
||||
begin
|
||||
editorGetValue;
|
||||
inherited DestroyHandle;
|
||||
editorGetValue;
|
||||
end;
|
||||
|
||||
function TCustomGrid.DoCompareCells(Acol, ARow, Bcol, BRow: Integer): Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user