mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +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
@ -3844,9 +3844,6 @@ BOOL WINAPI DestroyMenu( HMENU hMenu )
|
||||
|
||||
if (!lppop) return FALSE;
|
||||
|
||||
/* unregister menu in owning window */
|
||||
SetWindowLongA( lppop->hWnd, GWL_ID, 0 );
|
||||
|
||||
lppop->wMagic = 0; /* Mark it as destroyed */
|
||||
|
||||
if ((lppop->wFlags & MF_POPUP) && lppop->hWnd)
|
||||
|
Loading…
Reference in New Issue
Block a user