Changeset 2140 for trunk/src/user32/button.cpp
- Timestamp:
- Dec 19, 1999, 6:46:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1944 r2140 1 /* $Id: button.cpp,v 1.2 1 1999-12-02 16:34:42cbratschi Exp $ */1 /* $Id: button.cpp,v 1.22 1999-12-19 17:46:24 cbratschi Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 943 943 944 944 rtext.right -= checkBoxWidth + 4; 945 //CB: space for focus rect 946 rtext.left++; 947 rtext.right++; 945 948 rbox.left = rbox.right - checkBoxWidth; 946 949 }
Note:
See TracChangeset
for help on using the changeset viewer.