Changeset 8629 for trunk/src/user32/button.cpp
- Timestamp:
- Jun 10, 2002, 11:12:35 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r7683 r8629 1 /* $Id: button.cpp,v 1.4 5 2001-12-26 11:35:38sandervl Exp $ */1 /* $Id: button.cpp,v 1.46 2002-06-10 09:12:35 sandervl Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 376 376 377 377 #ifdef __WIN32OS2__ 378 if ((dwStyle & 0x0f) == BS_GROUPBOX ) {378 if ((dwStyle & 0x0f) == BS_GROUPBOX && IsWindowVisible(hwnd)) { 379 379 RECT rc; 380 380 TEXTMETRICA tm; … … 1129 1129 //@YD: bugfix 1130 1130 //CB: doesn't work! 1131 start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE );1131 start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE ); 1132 1132 do 1133 1133 {
Note:
See TracChangeset
for help on using the changeset viewer.