mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[WIN32K] - Fix sending WM_SYSKEYUP for ALT. Fixes rest of user32:input winetest (6). It's finally green!
svn path=/trunk/; revision=54137
This commit is contained in:
parent
4ee928adff
commit
bf47d19f10
1 changed files with 0 additions and 1 deletions
|
@ -820,7 +820,6 @@ ProcessKeyEvent(WORD wVk, WORD wScanCode, DWORD dwFlags, BOOL bInjected, DWORD d
|
|||
}
|
||||
else
|
||||
{
|
||||
bMenuDownRecently = FALSE;
|
||||
if (bIsDown)
|
||||
Msg.message = WM_KEYDOWN;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue