mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 20:03:39 +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;
|
end;
|
||||||
VK_END, VK_HOME:
|
VK_END, VK_HOME:
|
||||||
;
|
;
|
||||||
|
VK_ESCAPE:
|
||||||
|
FGrid.EditorHide;
|
||||||
else
|
else
|
||||||
doEditorKeyDown;
|
doEditorKeyDown;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user