From: eap Date: Wed, 13 Nov 2013 14:39:43 +0000 (+0000) Subject: untabify X-Git-Tag: V7_3_0a1~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62e1c11b6d2a6a5e7a808a96cbc678158ca6b4c6;p=modules%2Fsmesh.git untabify --- 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();