Salome HOME
untabify
authoreap <eap@opencascade.com>
Wed, 13 Nov 2013 14:39:43 +0000 (14:39 +0000)
committereap <eap@opencascade.com>
Wed, 13 Nov 2013 14:39:43 +0000 (14:39 +0000)
src/SMESHGUI/SMESHGUI.cxx

index fe84076d7a339547451fbf0b77d567a6e350be11..45b145d18c6787681306217dcd1beb1542f94108 100644 (file)
@@ -6609,7 +6609,7 @@ void SMESHGUI::restoreVisualParameters (int savePoint)
       anAllActors->InitTraversal();
       while( vtkActor* aVTKActor = anAllActors->GetNextActor() )
         if( SMESH_Actor* anActor = SMESH_Actor::SafeDownCast( aVTKActor ) )
-         anActor->SetOpenGLClippingPlane();
+          anActor->SetOpenGLClippingPlane();
       
       vtkView->getRenderer()->ResetCameraClippingRange();
       vtkView->Repaint();