mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
IPAL9142
This commit is contained in:
parent
f2af320581
commit
792462956d
@ -409,6 +409,7 @@ namespace SMESH{
|
|||||||
_PTR(Study) aStudy = GetActiveStudyDocument();
|
_PTR(Study) aStudy = GetActiveStudyDocument();
|
||||||
CORBA::Long anId = aStudy->StudyId();
|
CORBA::Long anId = aStudy->StudyId();
|
||||||
TVisualObjPtr aVisualObj = SMESH::GetVisualObj(anId,theIO->getEntry());
|
TVisualObjPtr aVisualObj = SMESH::GetVisualObj(anId,theIO->getEntry());
|
||||||
|
if( aVisualObj )
|
||||||
aVisualObj->Update();
|
aVisualObj->Update();
|
||||||
if ( theDisplay )
|
if ( theDisplay )
|
||||||
UpdateView(SMESH::eDisplay,theIO->getEntry());
|
UpdateView(SMESH::eDisplay,theIO->getEntry());
|
||||||
|
Loading…
Reference in New Issue
Block a user