mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 14:49:28 +02:00
lcl: don't prevent escape key to propagate in DBEdit. Issue #22916
git-svn-id: trunk@38836 -
This commit is contained in:
parent
afde8b8111
commit
f914971497
@ -121,7 +121,6 @@ begin
|
||||
//cancel out of editing by reset on esc
|
||||
FDataLink.Reset;
|
||||
SelectAll;
|
||||
Key := VK_UNKNOWN;
|
||||
end;
|
||||
VK_DELETE, VK_BACK:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user