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

removed CS_SIZEREDRAW

File:
1 edited

Legend:

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

    r1944 r2140  
    1 /* $Id: button.cpp,v 1.21 1999-12-02 16:34:42 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.22 1999-12-19 17:46:24 cbratschi Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    943943
    944944        rtext.right -= checkBoxWidth + 4;
     945        //CB: space for focus rect
     946        rtext.left++;
     947        rtext.right++;
    945948        rbox.left = rbox.right - checkBoxWidth;
    946949    }
Note: See TracChangeset for help on using the changeset viewer.