Salome HOME
0054485: TC9.2.0: SMESH: not all elements are numbered in VTK viewer
[modules/smesh.git] / src / OBJECT / SMESH_Actor.cxx
index 88616e325f0ad2f34bbdb24ca2919162b40d3652..2a6ab10f060f50c691807f3de848b466481a46e1 100644 (file)
@@ -732,6 +732,7 @@ void SMESH_ActorDef::SetCellsLabeled(bool theIsCellsLabeled)
   if(myBallActor)
     myBallActor->SetCellsLabeled(theIsCellsLabeled);
 
+  SetRepresentation(GetRepresentation());
   myTimeStamp->Modified();
 }