Ignore:
Timestamp:
Nov 5, 2002, 7:59:49 PM (23 years ago)
Author:
sandervl
Message:

PF: SetMenu bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/menu.cpp

    r9345 r9390  
    1 /* $Id: menu.cpp,v 1.50 2002-10-15 09:18:09 sandervl Exp $*/
     1/* $Id: menu.cpp,v 1.51 2002-11-05 18:59:49 sandervl Exp $*/
    22/*
    33 * Menu functions
     
    42094209            }
    42104210            lpmenu->hWnd = hWnd;
     4211#if 0
     4212            //Dangerous and incorrect assumption! Checked in Win2k and recent
     4213            //Wine has this bug also fixed
    42114214            lpmenu->wFlags &= ~MF_POPUP;  /* Can't be a popup */
     4215#endif
    42124216            lpmenu->Height = 0;  /* Make sure we recalculate the size */
    42134217        }
Note: See TracChangeset for help on using the changeset viewer.