From: rnv Date: Wed, 24 Aug 2016 14:17:00 +0000 (+0300) Subject: Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in... X-Git-Tag: V8_1_0rc1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=039c2762895fdb1cf86539910bee84600fff7d96 Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue. --- 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();