You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user