Fix for the '52718: TC7.6.0:size of local coordinate system is different in comparison of salome version 7.4.0 and selection mechanizm does not work' issue: now LCS presentations are selectable in the VTK Viewer.

This commit is contained in:
rnv 2015-04-30 14:26:53 +03:00
parent ebcf623079
commit a864dc1826

View File

@ -259,6 +259,7 @@ void GEOM_VTKTrihedron::SetSize( double theSize )
aRes->AddInputConnection( aSrcZ->GetOutputPort() );
myMapper->SetInputConnection( aRes->GetOutputPort() );
aRes->Update();
SALOME_Actor::SetMapper( myMapper );
aSrcX->Delete();