| commit | 034cacb79cb5eb70076270794cdafcd91e537f23 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 18:40:39 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 18:40:39 2002 +0000 |
| tree | fe15b9f252bbf9c0486b4be02c47662544bef591 | |
| parent | b22100504c458f4f0c1e63cbf4e81d69ac022037 [diff] |
Remove clearing of the window menu id for now. This will need more work.
diff --git a/controls/menu.c b/controls/menu.c index 4acaf49..13f7d85 100644 --- a/controls/menu.c +++ b/controls/menu.c
@@ -3844,9 +3844,6 @@ 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)