fpspreadsheet: Fix navigation by keyboard not working in TsSpreadsheetGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3190 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-06-17 22:00:23 +00:00
parent 0875ce96e8
commit 9157573441

View File

@ -2121,7 +2121,9 @@ begin
if (Key = VK_ESCAPE) and FEditing then begin
SetEditText(Col, Row, FOldEditText);
EditorHide;
exit;
end;
inherited;
end;
procedure TsCustomWorksheetGrid.Loaded;