X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_VTKUtils.cxx;fp=src%2FSMESHGUI%2FSMESHGUI_VTKUtils.cxx;h=a8564b42e4f4899b1ec358f236d4316ab2217ae3;hb=3801576eaf335ea5886b0f73ac30e276a99807ba;hp=bc6714980ac919d96a441e40c85f27fa706c7567;hpb=81dd6293459d01b01db558596cd0232f17d958df;p=modules%2Fsmesh.git 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() ); } }