mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 11:00:37 +05:00
23437: EDF 14551 - mesh groups missing
This commit is contained in:
parent
417aadaeea
commit
f8875d6392
@ -277,6 +277,10 @@ static SALOMEDS::SObject_ptr publish(SALOMEDS::Study_ptr theStudy,
|
|||||||
SO = aStudyBuilder->NewObjectToTag( theFatherObject, theTag );
|
SO = aStudyBuilder->NewObjectToTag( theFatherObject, theTag );
|
||||||
isNewSO = true;
|
isNewSO = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
isInUseCaseTree = useCaseBuilder->IsUseCaseNode( SO );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user