mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +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;
|
procedure TCustomGrid.DestroyHandle;
|
||||||
begin
|
begin
|
||||||
editorGetValue;
|
|
||||||
inherited DestroyHandle;
|
inherited DestroyHandle;
|
||||||
|
editorGetValue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCustomGrid.DoCompareCells(Acol, ARow, Bcol, BRow: Integer): Integer;
|
function TCustomGrid.DoCompareCells(Acol, ARow, Bcol, BRow: Integer): Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user