Ignore:
Timestamp:
Dec 18, 1999, 9:57:01 PM (26 years ago)
Author:
achimha
Message:

WINE 991212 updates - treeview missing

File:
1 edited

Legend:

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

    r1615 r2126  
    1 /* $Id: tab.c,v 1.17 1999-11-05 13:01:33 achimha Exp $ */
     1/* $Id: tab.c,v 1.18 1999-12-18 20:57:00 achimha Exp $ */
    22/*
    33 * Tab control
     
    1515 */
    1616
    17 /* WINE 991031 level */
     17/* inconsistent: report! */
     18/* WINE 991212 level */
    1819
    1920#include <string.h>
     
    849850    INT    oldBkMode;
    850851    INT    cx,cy;
     852    BOOL deleteBrush = TRUE;
    851853
    852854    if (lStyle & TCS_BUTTONS)
     
    866868        if (!(lStyle & TCS_OWNERDRAWFIXED))
    867869        {
     870          COLORREF bk = GetSysColor(COLOR_3DHILIGHT);
    868871          DeleteObject(hbr);
    869           hbr = CreateSolidBrush(GetSysColor(COLOR_3DHILIGHT));
     872          hbr = GetSysColorBrush(COLOR_SCROLLBAR);
     873          SetTextColor(hdc, GetSysColor(COLOR_3DFACE));
     874          SetBkColor(hdc, bk);
     875
    870876        }
    871877
Note: See TracChangeset for help on using the changeset viewer.