Ignore:
Timestamp:
Nov 21, 2001, 12:51:39 PM (24 years ago)
Author:
sandervl
Message:

menu + groupbox fixes

File:
1 edited

Legend:

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

    r6762 r7409  
    1 /* $Id: winaccel.cpp,v 1.9 2001-09-19 15:39:52 sandervl Exp $ */
     1/* $Id: winaccel.cpp,v 1.10 2001-11-21 11:51:39 sandervl Exp $ */
    22/*
    33 * Win32 accelerator key functions for OS/2
     
    9191                    }
    9292
    93                     hMenu = (window->getStyle() & WS_CHILD) ? 0 : (HMENU)window->GetMenu();
     93                    hMenu = GetMenu(hWnd);
    9494
    9595                    iSysStat = (window->GetSysMenu()) ? GetMenuState(GetSubMenu(window->GetSysMenu(), 0),
Note: See TracChangeset for help on using the changeset viewer.