Re: [PATCH] user32: GetMenuItemRect works without draw if the menu isn't a popup
Aug. 1, 2011
3:25 p.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
5351
Age (days ago)
5351
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard