Changeset 1320 for trunk/src/user32/button.cpp
- Timestamp:
- Oct 16, 1999, 1:05:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1314 r1320 1 /* $Id: button.cpp,v 1.1 0 1999-10-16 10:28:30sandervl Exp $ */1 /* $Id: button.cpp,v 1.11 1999-10-16 11:05:37 sandervl Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 946 946 parent = GetParent(hwnd); 947 947 /* assure that starting control is not disabled or invisible */ 948 start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE ); 948 // start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE ); 949 //@YD: bugfix 950 start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE ); 949 951 do 950 952 {
Note:
See TracChangeset
for help on using the changeset viewer.