mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
Remove clearing of the window menu id for now. This will need more
work.
This commit is contained in:
parent
b22100504c
commit
034cacb79c
1 changed files with 0 additions and 3 deletions
|
@ -3844,9 +3844,6 @@ BOOL WINAPI DestroyMenu( HMENU hMenu )
|
||||||
|
|
||||||
if (!lppop) return FALSE;
|
if (!lppop) return FALSE;
|
||||||
|
|
||||||
/* unregister menu in owning window */
|
|
||||||
SetWindowLongA( lppop->hWnd, GWL_ID, 0 );
|
|
||||||
|
|
||||||
lppop->wMagic = 0; /* Mark it as destroyed */
|
lppop->wMagic = 0; /* Mark it as destroyed */
|
||||||
|
|
||||||
if ((lppop->wFlags & MF_POPUP) && lppop->hWnd)
|
if ((lppop->wFlags & MF_POPUP) && lppop->hWnd)
|
||||||
|
|
Loading…
Reference in a new issue