Ignore:
Timestamp:
Dec 26, 1999, 6:32:14 PM (26 years ago)
Author:
cbratschi
Message:

NC fixes

File:
1 edited

Legend:

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

    r1762 r2205  
    1 /* $Id: header.c,v 1.19 1999-11-17 17:06:22 cbratschi Exp $ */
     1/* $Id: header.c,v 1.20 1999-12-26 17:32:12 cbratschi Exp $ */
    22/*
    33 *  Header control
     
    10771077      infoPtr->uNumItem = 0;
    10781078
    1079       InvalidateRect(hwnd,NULL,FALSE);
     1079      InvalidateRect(hwnd,NULL,TRUE);
    10801080    } else
    10811081    {
     
    24952495
    24962496    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
    2497     wndClass.style         = CS_GLOBALCLASS | CS_DBLCLKS;
     2497    wndClass.style         = CS_GLOBALCLASS | CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW;
    24982498    wndClass.lpfnWndProc   = (WNDPROC)HEADER_WindowProc;
    24992499    wndClass.cbClsExtra    = 0;
Note: See TracChangeset for help on using the changeset viewer.