mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:37:58 +02:00
grids: eat escape key only if handled by the editor
This commit is contained in:
parent
21e9073aed
commit
28a1fe7da8
@ -7670,6 +7670,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
VK_ESCAPE:
|
||||
if (FEditor<>nil) and FEditor.Visible then
|
||||
begin
|
||||
EditordoResetValue;
|
||||
EditorHide;
|
||||
|
Loading…
Reference in New Issue
Block a user