Changeset 1343 for trunk/src/user32/button.cpp
- Timestamp:
- Oct 17, 1999, 9:32:05 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/button.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1320 r1343 1 /* $Id: button.cpp,v 1.1 1 1999-10-16 11:05:37 sandervlExp $ */1 /* $Id: button.cpp,v 1.12 1999-10-17 19:32:04 cbratschi Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 114 114 DWORD dwStyle = GetWindowLongA(hwnd,GWL_STYLE); 115 115 116 //PAINT_BUTTON(hwnd,dwStyle & 0x0f,ODA_DRAWENTIRE);116 //PAINT_BUTTON(hwnd,dwStyle & 0x0f,ODA_DRAWENTIRE); 117 117 //SvL: 09/10/99 Force it to redraw properly 118 118 InvalidateRect( hwnd, NULL, FALSE ); … … 167 167 DWORD style = GetWindowLongA(hwnd,GWL_STYLE) & 0x0f; 168 168 // if(style == BS_GROUPBOX) { 169 return DefWindowProcA(hwnd, WM_ERASEBKGND, wParam, lParam);169 return DefWindowProcA(hwnd, WM_ERASEBKGND, wParam, lParam); 170 170 // } 171 171 // return 1; … … 947 947 /* assure that starting control is not disabled or invisible */ 948 948 // start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE ); 949 //@YD: bugfix 949 //@YD: bugfix 950 950 start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE ); 951 951 do
Note:
See TracChangeset
for help on using the changeset viewer.
