mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 23:03:40 +02:00
lcl: grids: close editor on ESC
git-svn-id: trunk@50872 -
This commit is contained in:
parent
568abf6619
commit
c1953e12dc
@ -9588,6 +9588,8 @@ begin
|
||||
end;
|
||||
VK_END, VK_HOME:
|
||||
;
|
||||
VK_ESCAPE:
|
||||
FGrid.EditorHide;
|
||||
else
|
||||
doEditorKeyDown;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user