From 039c2762895fdb1cf86539910bee84600fff7d96 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 24 Aug 2016 17:17:00 +0300 Subject: [PATCH] Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue. --- src/SMESHGUI/SMESHGUI_Measurements.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESHGUI/SMESHGUI_Measurements.cxx b/src/SMESHGUI/SMESHGUI_Measurements.cxx index 77f9870eb..c58a8c9c6 100644 --- a/src/SMESHGUI/SMESHGUI_Measurements.cxx +++ b/src/SMESHGUI/SMESHGUI_Measurements.cxx @@ -368,6 +368,7 @@ void SMESHGUI_MinDistance::createPreview( double x1, double y1, double z1, doubl myPreview = SALOME_Actor::New(); myPreview->PickableOff(); myPreview->SetMapper( aMapper ); + myPreview->SetResolveCoincidentTopology(true); aMapper->Delete(); vtkProperty* aProp = vtkProperty::New(); aProp->SetRepresentationToWireframe(); -- 2.30.2