23437: EDF 14551 - mesh groups missing

This commit is contained in:
eap 2017-04-24 17:24:35 +03:00 committed by rnv
parent 417aadaeea
commit f8875d6392

View File

@ -277,6 +277,10 @@ static SALOMEDS::SObject_ptr publish(SALOMEDS::Study_ptr theStudy,
SO = aStudyBuilder->NewObjectToTag( theFatherObject, theTag );
isNewSO = true;
}
else
{
isInUseCaseTree = useCaseBuilder->IsUseCaseNode( SO );
}
}
else
{