Show
Ignore:
Timestamp:
01/24/08 15:11:54 (1 year ago)
Author:
cneumann
Message:

fixed: aspect sync for child/parent fields

missing editSField/editMField calls

added: simple test program for MT

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/Window/Base/OSGViewportBase.cpp

    r1039 r1041  
    599599    bool retVal = false; 
    600600 
    601     if(pNewElem != NullFC) 
     601    if(pNewElem == NullFC) 
    602602        return retVal; 
    603603 
     
    843843                _sfParent.getValue().getPointer()->unlinkChild( 
    844844                    this, _sfParent.getValue().getChildrenFieldId()); 
    845                 unlinkParent( 
    846                     _sfParent.getValue().getPointer        (),                   
    847                     _sfParent.getValue().getChildrenFieldId(), 
    848                     parentFieldId                                     ); 
    849845            } 
    850846