[Plib-cvs] plib/src/pui pu.cxx,1.58,1.59
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-17 22:45:41
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv31964 Modified Files: pu.cxx Log Message: John F. Fay: puLargeInput is a child of puGroup again Index: pu.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.cxx,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- pu.cxx 15 Sep 2002 01:00:21 -0000 1.58 +++ pu.cxx 17 Sep 2002 22:45:38 -0000 1.59 @@ -193,8 +193,8 @@ puGroup *parent = ob->getParent () ; - if ( !ob->IsItSubWidget() ) - { + /*if ( !ob->IsItSubWidget() ) + {*/ /* Add object to linked list to be deleted */ if ( objects_to_delete == NULL ) objects_to_delete = ob ; @@ -227,7 +227,7 @@ child = next ; } } - } + /*}*/ } |