From 82116e7ff8f86e49b01a0f3e3f103b5b5bddfdf6 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 16 Feb 2022 13:17:55 +0300 Subject: [PATCH] bos #29104 [EDF 24805] Pb of displaying: reset point representation when redisplaying actor --- src/SMESHGUI/SMESHGUI_VTKUtils.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.30.2