mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:28:14 +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;
|
||||||
end;
|
end;
|
||||||
VK_ESCAPE:
|
VK_ESCAPE:
|
||||||
|
if (FEditor<>nil) and FEditor.Visible then
|
||||||
begin
|
begin
|
||||||
EditordoResetValue;
|
EditordoResetValue;
|
||||||
EditorHide;
|
EditorHide;
|
||||||
|
Loading…
Reference in New Issue
Block a user