Ignore:
Timestamp:
Feb 9, 2000, 4:56:16 PM (26 years ago)
Author:
sandervl
Message:

ScrollWindowEx bugfix

File:
1 edited

Legend:

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

    r2686 r2705  
    1 /* $Id: dc.cpp,v 1.45 2000-02-08 22:28:03 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.46 2000-02-09 15:56:16 sandervl Exp $ */
    22
    33/*
     
    15961596       rc = setPMRgnIntoWinRgn (hrgn, hrgnUpdate, height);
    15971597
     1598    //SvL: WinScrollWindow already invalidates the area; no need to do it again
     1599    //(call to invalidateRect was wrong; has to include erase flag)
     1600#if 0
    15981601    if ((scrollFlag & SW_INVALIDATE_W) &&
    15991602        ((lComplexity == RGN_RECT) || (lComplexity == RGN_COMPLEX)))
     
    16051608       }
    16061609    }
     1610#endif
    16071611
    16081612    switch (lComplexity)
Note: See TracChangeset for help on using the changeset viewer.