Ignore:
Timestamp:
Oct 17, 1999, 9:32:05 PM (26 years ago)
Author:
cbratschi
Message:

DrawIcon/DrawIconEx, fixed other icon handling problems

File:
1 edited

Legend:

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

    r1320 r1343  
    1 /* $Id: button.cpp,v 1.11 1999-10-16 11:05:37 sandervl Exp $ */
     1/* $Id: button.cpp,v 1.12 1999-10-17 19:32:04 cbratschi Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    114114  DWORD dwStyle = GetWindowLongA(hwnd,GWL_STYLE);
    115115
    116 //  PAINT_BUTTON(hwnd,dwStyle & 0x0f,ODA_DRAWENTIRE);
     116  //PAINT_BUTTON(hwnd,dwStyle & 0x0f,ODA_DRAWENTIRE);
    117117  //SvL: 09/10/99 Force it to redraw properly
    118118  InvalidateRect( hwnd, NULL, FALSE );
     
    167167  DWORD style = GetWindowLongA(hwnd,GWL_STYLE) & 0x0f;
    168168//  if(style == BS_GROUPBOX) {
    169         return DefWindowProcA(hwnd, WM_ERASEBKGND, wParam, lParam);
     169        return DefWindowProcA(hwnd, WM_ERASEBKGND, wParam, lParam);
    170170//  }
    171171//  return 1;
     
    947947    /* assure that starting control is not disabled or invisible */
    948948//    start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE );
    949     //@YD: bugfix       
     949    //@YD: bugfix
    950950    start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE );
    951951    do
Note: See TracChangeset for help on using the changeset viewer.