Salome HOME
bos #29104 [EDF 24805] Pb of displaying: reset point representation when redisplaying...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index e3d6adeab7f29434b546e565a93955d8a0e52dad..5b7ebba07bf5b7e4c7abbebc2a804e364a430234 100644 (file)
@@ -692,6 +692,7 @@ namespace SMESH
       try {
         OCC_CATCH_SIGNALS;
         //MESSAGE("DisplayActor " << theActor);
+        theActor->SetPointRepresentation(false);
         vtkWnd->AddActor(theActor);
         vtkWnd->Repaint();
       }