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:
jesus 2009-01-09 16:53:43 +00:00
parent d77400a729
commit 3a48aa228b

View File

@ -5307,8 +5307,8 @@ end;
procedure TCustomGrid.DestroyHandle;
begin
editorGetValue;
inherited DestroyHandle;
editorGetValue;
end;
function TCustomGrid.DoCompareCells(Acol, ARow, Bcol, BRow: Integer): Integer;