From a864dc1826151837a66635d95b94a05f09e45000 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 30 Apr 2015 14:26:53 +0300 Subject: [PATCH] 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. --- src/OBJECT/GEOM_VTKTrihedron.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OBJECT/GEOM_VTKTrihedron.cxx b/src/OBJECT/GEOM_VTKTrihedron.cxx index 2cb53b854..54cf54fe2 100644 --- a/src/OBJECT/GEOM_VTKTrihedron.cxx +++ b/src/OBJECT/GEOM_VTKTrihedron.cxx @@ -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(); -- 2.30.2