lcl: grids: close editor on ESC

git-svn-id: trunk@50872 -
This commit is contained in:
ondrej 2015-12-17 18:46:34 +00:00
parent 568abf6619
commit c1953e12dc

View File

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