Commit 606f6203 authored by James Abbatiello's avatar James Abbatiello Committed by Alexandre Julliard

Don't reset MF_POPUP flag in SetMenu().

parent 077e66c2
......@@ -4116,7 +4116,6 @@ BOOL WINAPI SetMenu( HWND hWnd, HMENU hMenu )
goto exit;
lpmenu->hWnd = hWnd;
lpmenu->wFlags &= ~MF_POPUP; /* Can't be a popup */
lpmenu->Height = 0; /* Make sure we recalculate the size */
}
if (IsWindowVisible(hWnd))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment