Ignore:
Timestamp:
Oct 24, 1999, 1:05:05 AM (26 years ago)
Author:
sandervl
Message:

Combobox + windowpos changes + fixes

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32

    • Property svn:ignore set to
      user32.lrf
      user32exp.def
      resource.asm
  • trunk/src/user32/win32wbase.cpp

    r1418 r1425  
    1 /* $Id: win32wbase.cpp,v 1.61 1999-10-23 16:45:23 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.62 1999-10-23 23:04:38 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    633633  if ((dwStyle & (WS_CAPTION | WS_CHILD)) == WS_CAPTION )
    634634  {
    635         if (cs->hMenu) SetMenu(cs->hMenu);
    636         else
    637         {
     635        if (cs->hMenu) {
     636            SetMenu(cs->hMenu);
     637        }
     638        else {
    638639                if (windowClass->getMenuNameA()) {
    639640                        cs->hMenu = LoadMenuA(cs->hInstance, windowClass->getMenuNameA());
Note: See TracChangeset for help on using the changeset viewer.