From: eap Date: Mon, 20 Jan 2020 15:51:55 +0000 (+0300) Subject: in UpdateActorsAfterUpdateStudy() do not update actors X-Git-Tag: V9_5_0a1~5^2~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3801576eaf335ea5886b0f73ac30e276a99807ba;p=modules%2Fsmesh.git in UpdateActorsAfterUpdateStudy() do not update actors else an actor can switch to "node display mode" --- diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx index bc6714980..a8564b42e 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx @@ -281,7 +281,7 @@ namespace SMESH _PTR(AttributePixMap) pixMap = attr; toShow = ( pixMap->GetPixMap() != emptyIcon ); } - smeshActor->Update(); + //smeshActor->Update(); UpdateView( theWindow, toShow ? eDisplay : eErase, io->getEntry() ); } }