Re: [PATCH] user32: GetMenuItemRect works without draw if the menu isn't a popup
1 Aug
2011
1 Aug
'11
10:25 a.m.
Andy Clayton <q3aiml(a)gmail.com> writes:
+ itemMenu = MENU_GetMenu(hMenu); + if (itemMenu == NULL) + return FALSE; + + if ((itemMenu->Height == 0 || itemMenu->Width == 0) && itemMenu->wFlags ^ MF_POPUP)
That flag test doesn't make sense. What are you trying to check here? -- Alexandre Julliard julliard(a)winehq.org
5247
Age (days ago)
5247
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard