Ignore:
Timestamp:
Oct 16, 1999, 1:05:38 PM (26 years ago)
Author:
sandervl
Message:

YD's button fix + windlg costmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/button.cpp

    r1314 r1320  
    1 /* $Id: button.cpp,v 1.10 1999-10-16 10:28:30 sandervl Exp $ */
     1/* $Id: button.cpp,v 1.11 1999-10-16 11:05:37 sandervl Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    946946    parent = GetParent(hwnd);
    947947    /* 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 );
    949951    do
    950952    {
Note: See TracChangeset for help on using the changeset viewer.