mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[WIN32K:NTUSER]
- Only resend WM_ENTERIDLE after encountering a relevant message. CID 1321906 svn path=/trunk/; revision=69645
This commit is contained in:
@@ -3906,7 +3906,7 @@ static INT FASTCALL MENU_TrackMenu(PMENU pmenu, UINT wFlags, INT x, INT y,
|
||||
IntTranslateKbdMessage(&msg, 0);
|
||||
mt.Pt = msg.pt;
|
||||
|
||||
if ( (msg.hwnd == mt.CurrentMenu->hWnd) || ((msg.message!=WM_TIMER) || (msg.message!=WM_SYSTIMER)) )
|
||||
if ( (msg.hwnd == mt.CurrentMenu->hWnd) || ((msg.message!=WM_TIMER) && (msg.message!=WM_SYSTIMER)) )
|
||||
enterIdleSent=FALSE;
|
||||
|
||||
fRemove = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user