0054485: TC9.2.0: SMESH: not all elements are numbered in VTK viewer

This commit is contained in:
mkr 2018-12-24 13:17:13 +03:00 committed by eap
parent ead0b153bd
commit 1bc6da3e05

View File

@ -732,6 +732,7 @@ void SMESH_ActorDef::SetCellsLabeled(bool theIsCellsLabeled)
if(myBallActor)
myBallActor->SetCellsLabeled(theIsCellsLabeled);
SetRepresentation(GetRepresentation());
myTimeStamp->Modified();
}