Ignore:
Timestamp:
Jul 24, 1999, 7:10:26 PM (26 years ago)
Author:
cbratschi
Message:

edit control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/button.cpp

    r384 r387  
    1 /* $Id: button.cpp,v 1.8 1999-07-24 12:40:20 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.9 1999-07-24 17:10:24 cbratschi Exp $ */
    22/* File: button.c -- Button type widgets
    33 *
     
    915915    wndClass.cbWndExtra    = sizeof(BUTTONINFO);
    916916    wndClass.hCursor       = LoadCursorA(0,IDC_ARROWA);
    917     wndClass.hbrBackground = (HBRUSH)(COLOR_3DFACE+1);
     917    wndClass.hbrBackground = (HBRUSH)0;
    918918    wndClass.lpszClassName = BUTTONCLASSNAME;
    919919
Note: See TracChangeset for help on using the changeset viewer.