Ignore:
Timestamp:
Nov 1, 1999, 5:18:05 PM (26 years ago)
Author:
dengert
Message:

fix STATICs

File:
1 edited

Legend:

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

    r1530 r1537  
    1 /* $Id: window.cpp,v 1.30 1999-10-31 17:53:55 cbratschi Exp $ */
     1/* $Id: window.cpp,v 1.31 1999-11-01 16:18:05 dengert Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    8787    }
    8888#endif
    89     if (!strcmpi(className, "BUTTON") && ((style & 0x0f) == BS_GROUPBOX))
     89    if ((!strcmpi(className, "BUTTON") && ((style & 0x0f) == BS_GROUPBOX)) ||
     90       ((!strcmpi(className, "STATIC")) && !(style & WS_GROUP)))
    9091      style |= WS_CLIPSIBLINGS;
    9192
Note: See TracChangeset for help on using the changeset viewer.