Salome HOME
Merge remote branch 'origin/V7_dev' into V8_0_0_BR
[modules/geom.git] / 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();