lcl: don't prevent escape key to propagate in DBEdit. Issue #22916

git-svn-id: trunk@38836 -
This commit is contained in:
blikblum 2012-09-26 00:06:34 +00:00
parent afde8b8111
commit f914971497

View File

@ -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