Salome HOME
Fix for the '52718: TC7.6.0:size of local coordinate system is different in compariso...
authorrnv <rnv@opencascade.com>
Thu, 30 Apr 2015 11:26:53 +0000 (14:26 +0300)
committerrnv <rnv@opencascade.com>
Thu, 30 Apr 2015 11:26:53 +0000 (14:26 +0300)
src/OBJECT/GEOM_VTKTrihedron.cxx

index 2cb53b8543f27248996dbc7b5f10278405f1216f..54cf54fe2b6ea07889c5e7eb89461eceece8ca92 100644 (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();