Ignore:
Timestamp:
Jul 9, 2001, 8:39:28 PM (24 years ago)
Author:
sandervl
Message:

single line edit control selection drawing fix

File:
1 edited

Legend:

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

    r6254 r6272  
    1 /* $Id: edit.cpp,v 1.43 2001-07-08 15:51:41 sandervl Exp $ */
     1/* $Id: edit.cpp,v 1.44 2001-07-09 18:39:28 sandervl Exp $ */
    22/*
    33 *      Edit control
     
    16851685            combRgn = CreateRectRgnIndirect(&rect); //dummy parameter
    16861686            CombineRgn(combRgn,oldRgn,newRgn,RGN_XOR);
     1687            CombineRgn(combRgn,oldRgn,combRgn,RGN_AND);
    16871688            SelectClipRgn(dc,combRgn);
    16881689            EDIT_PaintText(hwnd,es,dc,x,y,line,0,ll,FALSE);
Note: See TracChangeset for help on using the changeset viewer.