Changeset 9390 for trunk/src/user32/menu.cpp
- Timestamp:
- Nov 5, 2002, 7:59:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/menu.cpp
r9345 r9390 1 /* $Id: menu.cpp,v 1.5 0 2002-10-15 09:18:09 sandervl Exp $*/1 /* $Id: menu.cpp,v 1.51 2002-11-05 18:59:49 sandervl Exp $*/ 2 2 /* 3 3 * Menu functions … … 4209 4209 } 4210 4210 lpmenu->hWnd = hWnd; 4211 #if 0 4212 //Dangerous and incorrect assumption! Checked in Win2k and recent 4213 //Wine has this bug also fixed 4211 4214 lpmenu->wFlags &= ~MF_POPUP; /* Can't be a popup */ 4215 #endif 4212 4216 lpmenu->Height = 0; /* Make sure we recalculate the size */ 4213 4217 }
Note:
See TracChangeset
for help on using the changeset viewer.