LCL, windows, while TEdit/TComboBox edit don't play sound on pressing ESCAPE key, issue #25847

git-svn-id: trunk@44414 -
This commit is contained in:
jesus 2014-03-13 00:06:02 +00:00
parent c20f74439d
commit 156692fdcd

View File

@ -2542,7 +2542,7 @@ begin
if WinProcess then
begin
if (Msg=WM_CHAR) and (WParam=VK_RETURN) and
if (Msg=WM_CHAR) and ((WParam=VK_RETURN) or (WPARAM=VK_ESCAPE)) and
((lWinControl is TCustomCombobox) or
((lWinControl is TCustomEdit) and not (lWinControl is TCustomMemo ))
)