From 606f6203d4b495ad6b650e8d9cb89dbb1109315b Mon Sep 17 00:00:00 2001 From: James Abbatiello Date: Sun, 5 Nov 2000 03:18:11 +0000 Subject: [PATCH] Don't reset MF_POPUP flag in SetMenu(). --- controls/menu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/controls/menu.c b/controls/menu.c index 0659c39d38e..19272746e7c 100644 --- a/controls/menu.c +++ b/controls/menu.c @@ -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)) -- 2.11.4.GIT