Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue.

This commit is contained in:
rnv 2016-08-24 17:17:00 +03:00
parent 7c69e00bac
commit 039c276289

View File

@ -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();