23437: EDF 14551 - mesh groups missing

This commit is contained in:
eap 2017-04-24 17:24:35 +03:00
parent 262400931d
commit e5b4cc5b6e

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
{