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