mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 12:09:32 +02:00
MUI: Bugfix for not initialized field of Inputevent, makes deadkey working
git-svn-id: trunk@65310 -
This commit is contained in:
parent
597679399a
commit
22449a3dbc
@ -1973,6 +1973,7 @@ begin
|
||||
ie.ie_SubClass := 0;
|
||||
ie.ie_Code := IMsg^.Code;
|
||||
ie.ie_Qualifier := IMsg^.Qualifier and (not (IEQUALIFIER_CONTROL or IEQUALIFIER_LALT));
|
||||
ie.ie_position.ie_addr := PPointer(iMsg^.IAddress)^;
|
||||
ie.ie_NextEvent := nil;
|
||||
Buff[0] := #0;
|
||||
Ret := MapRawKey(@ie, @Buff[0], 1, nil);
|
||||
|
Loading…
Reference in New Issue
Block a user