in UpdateActorsAfterUpdateStudy() do not update actors

else an actor can switch to "node display mode"
This commit is contained in:
eap 2020-01-20 18:51:55 +03:00
parent 81dd629345
commit 3801576eaf

View File

@ -281,7 +281,7 @@ namespace SMESH
_PTR(AttributePixMap) pixMap = attr; _PTR(AttributePixMap) pixMap = attr;
toShow = ( pixMap->GetPixMap() != emptyIcon ); toShow = ( pixMap->GetPixMap() != emptyIcon );
} }
smeshActor->Update(); //smeshActor->Update();
UpdateView( theWindow, toShow ? eDisplay : eErase, io->getEntry() ); UpdateView( theWindow, toShow ? eDisplay : eErase, io->getEntry() );
} }
} }