lcl: grids: close combobox editor on ESC

git-svn-id: trunk@50873 -
This commit is contained in:
ondrej 2015-12-17 18:51:58 +00:00
parent c1953e12dc
commit fe12761cd7

View File

@ -12206,6 +12206,8 @@ begin
VK_END, VK_HOME: VK_END, VK_HOME:
; ;
VK_ESCAPE:
FGrid.EditorHide;
else else
doEditorKeyDown; doEditorKeyDown;
end; end;