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