From: vsr Date: Wed, 16 Feb 2022 10:17:55 +0000 (+0300) Subject: bos #29104 [EDF 24805] Pb of displaying: reset point representation when redisplaying... X-Git-Tag: V9_9_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82116e7ff8f86e49b01a0f3e3f103b5b5bddfdf6;p=modules%2Fsmesh.git bos #29104 [EDF 24805] Pb of displaying: reset point representation when redisplaying actor --- diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx index e3d6adeab..5b7ebba07 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx @@ -692,6 +692,7 @@ namespace SMESH try { OCC_CATCH_SIGNALS; //MESSAGE("DisplayActor " << theActor); + theActor->SetPointRepresentation(false); vtkWnd->AddActor(theActor); vtkWnd->Repaint(); }