mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
user32: In MENU_SuspendPopup() make sure the right message is removed.
This commit is contained in:
parent
9925785eef
commit
d75b0cdc98
@ -2841,7 +2841,7 @@ static BOOL MENU_SuspendPopup( MTRACKER* pmt, UINT16 uMsg )
|
||||
|
||||
msg.hwnd = pmt->hOwnerWnd;
|
||||
|
||||
PeekMessageW( &msg, 0, 0, 0, PM_NOYIELD | PM_REMOVE);
|
||||
PeekMessageW( &msg, 0, uMsg, uMsg, PM_NOYIELD | PM_REMOVE);
|
||||
pmt->trackFlags |= TF_SKIPREMOVE;
|
||||
|
||||
switch( uMsg )
|
||||
|
Loading…
Reference in New Issue
Block a user