Ignore:
Timestamp:
Dec 2, 1999, 5:34:43 PM (26 years ago)
Author:
cbratschi
Message:

Show/HideCaret fix, removed TextOut workaround

File:
1 edited

Legend:

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

    r1828 r1944  
    1 /* $Id: button.cpp,v 1.20 1999-11-24 18:21:34 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.21 1999-12-02 16:34:42 cbratschi Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    10211021    parent = GetParent(hwnd);
    10221022    /* assure that starting control is not disabled or invisible */
    1023     start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE );
     1023    //start = sibling = GetNextDlgGroupItem( parent, hwnd, TRUE );
    10241024    //@YD: bugfix
    10251025    //CB: doesn't work!
    1026     //start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE );
     1026    start = sibling = GetNextDlgGroupItem( parent, hwnd, FALSE );
    10271027    do
    10281028    {
Note: See TracChangeset for help on using the changeset viewer.