Ignore:
Timestamp:
Jun 23, 1999, 9:45:02 PM (26 years ago)
Author:
achimha
Message:

updated comctl32 with the latest WINE bugfixes. Listview is much better now and tab control doesn't have the wrong color anymore. Many small improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.c

    r94 r164  
    1 /* $Id: comctl32.c,v 1.5 1999-06-10 16:21:58 achimha Exp $ */
     1/* $Id: comctl32.c,v 1.6 1999-06-23 19:45:00 achimha Exp $ */
    22/*
    33 * Win32 common controls implementation
     
    313313    UINT border = BDR_SUNKENOUTER;
    314314
    315     if (style == SBT_POPOUT)
     315    if (style & SBT_POPOUT)
    316316      border = BDR_RAISEDOUTER;
    317     else if (style == SBT_NOBORDERS)
     317    else if (style & SBT_NOBORDERS)
    318318      border = 0;
    319319
Note: See TracChangeset for help on using the changeset viewer.