mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[WIN32K:NTUSER]
- Don't call PopupMenuWndProc for the message window in IntDispatchMessage. CID 1322026 svn path=/trunk/; revision=69644
This commit is contained in:
parent
fef72582a0
commit
32a955c11c
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ IntDispatchMessage(PMSG pMsg)
|
|||
pMsg->wParam,
|
||||
pMsg->lParam,
|
||||
&retval);
|
||||
break;
|
||||
case FNID_MENU:
|
||||
DoCallBack = !PopupMenuWndProc( Window,
|
||||
pMsg->message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue