Ignore:
Timestamp:
Oct 11, 1999, 6:04:52 PM (26 years ago)
Author:
cbratschi
Message:

pmframe finished

File:
1 edited

Legend:

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

    r1240 r1248  
    1 /* $Id: win32dlg.cpp,v 1.9 1999-10-10 08:59:41 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.10 1999-10-11 16:04:51 cbratschi Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    10601060        if (nextchild == child) break;
    10611061
    1062             if ((nextchild->getStyle() & WS_VISIBLE) && !(nextchild->getStyle() & WS_DISABLED))
    1063             {
    1064                 lastchild = nextchild;
    1065             if (!fPrevious) break;
    1066         }
     1062            if ((nextchild->getStyle() & WS_VISIBLE) && !(nextchild->getStyle() & WS_DISABLED))
     1063            {
     1064                lastchild = nextchild;
     1065            if (!fPrevious) break;
     1066        }
    10671067    }
    10681068    retvalue = lastchild->getWindowHandle();
Note: See TracChangeset for help on using the changeset viewer.