From 1bc6da3e050674c88365eecac834b3986bdcc87b Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 24 Dec 2018 13:17:13 +0300 Subject: [PATCH 1/1] 0054485: TC9.2.0: SMESH: not all elements are numbered in VTK viewer --- src/OBJECT/SMESH_Actor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OBJECT/SMESH_Actor.cxx b/src/OBJECT/SMESH_Actor.cxx index 88616e325..2a6ab10f0 100644 --- a/src/OBJECT/SMESH_Actor.cxx +++ b/src/OBJECT/SMESH_Actor.cxx @@ -732,6 +732,7 @@ void SMESH_ActorDef::SetCellsLabeled(bool theIsCellsLabeled) if(myBallActor) myBallActor->SetCellsLabeled(theIsCellsLabeled); + SetRepresentation(GetRepresentation()); myTimeStamp->Modified(); } -- 2.30.2