mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
23437: EDF 14551 - mesh groups missing
This commit is contained in:
parent
262400931d
commit
e5b4cc5b6e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user