Salome HOME
IPAL53819: Mesh edition clears Numbering
[modules/smesh.git] / src / OBJECT / SMESH_Actor.cxx
index 0c876a190bb5af1e370c97851154f28ebbc246a8..d33d2b181ad0ff1f8947a9c02c76e15cf29224ac 100644 (file)
@@ -1529,10 +1529,10 @@ void SMESH_ActorDef::SetVisibility(int theMode, bool theIsUpdateRepersentation)
       }
     }
 
-    if(myNodeActor->GetPointsLabeled()){
+    if(myNodeActor->GetPointsLabeled()) {
+      myNodeActor->UpdateLabels();
       myNodeActor->VisibilityOn();
     }
-
     if(my0DActor)
       my0DActor->UpdateLabels();