From 62e1c11b6d2a6a5e7a808a96cbc678158ca6b4c6 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 13 Nov 2013 14:39:43 +0000 Subject: [PATCH] untabify --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index fe84076d7..45b145d18 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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(); -- 2.30.2