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