Ignore:
Timestamp:
Sep 5, 1999, 8:32:27 PM (26 years ago)
Author:
sandervl
Message:

AddChild bugfix + parent-child relation bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wndchild.cpp

    r750 r841  
    1 /* $Id: win32wndchild.cpp,v 1.3 1999-08-31 10:36:23 sandervl Exp $ */
     1/* $Id: win32wndchild.cpp,v 1.4 1999-09-05 18:32:27 sandervl Exp $ */
    22/*
    33 * Win32 Child/Parent window class for OS/2
     
    5151                curchild = curchild->getNextChild();
    5252        }
    53         curchild->setNextChild(this);
     53        curchild->setNextChild(child);
    5454   }
    5555   child->setNextChild(NULL);
Note: See TracChangeset for help on using the changeset viewer.