Changeset 1944 for trunk/src/user32/button.cpp
- Timestamp:
- Dec 2, 1999, 5:34:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1828 r1944 1 /* $Id: button.cpp,v 1.2 0 1999-11-24 18:21:34cbratschi Exp $ */1 /* $Id: button.cpp,v 1.21 1999-12-02 16:34:42 cbratschi Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 1021 1021 parent = GetParent(hwnd); 1022 1022 /* assure that starting control is not disabled or invisible */ 1023 start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE );1023 //start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE ); 1024 1024 //@YD: bugfix 1025 1025 //CB: doesn't work! 1026 //start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE );1026 start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE ); 1027 1027 do 1028 1028 {
Note:
See TracChangeset
for help on using the changeset viewer.