mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
fix copy/paste error in key handler.
git-svn-id: trunk@6256 -
This commit is contained in:
parent
5d0f5aeacf
commit
1a1f8efec8
@ -1199,7 +1199,7 @@ Begin
|
||||
begin
|
||||
// if key not yet processed, let windows process it
|
||||
WinProcess := LMKey.CharCode <> VK_UNKNOWN;
|
||||
WParam := LMChar.CharCode;
|
||||
WParam := LMKey.CharCode;
|
||||
end;
|
||||
|
||||
else
|
||||
@ -1455,6 +1455,9 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.163 2004/11/16 12:21:51 vincents
|
||||
fix copy/paste error in key handler.
|
||||
|
||||
Revision 1.162 2004/11/15 15:52:48 vincents
|
||||
fix crash when dropping down a owner drawn combobox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user