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/Material/Base/OSGChunkMaterialBase.cpp

    r1039 r1041  
    276276    bool retVal = false; 
    277277 
    278     if(pNewElem != NullFC) 
     278    if(pNewElem == NullFC) 
    279279        return retVal; 
    280280 
     
    411411                 
    412412            if(pI != _mfChunks.end()) 
    413                 _mfChunks.erase(pI); 
     413                editChunks().erase(pI);    // creates cl entry! 
    414414        } 
    415415        else