mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +05:00
untabify
This commit is contained in:
parent
39fabf09c1
commit
62e1c11b6d
@ -6609,7 +6609,7 @@ void SMESHGUI::restoreVisualParameters (int savePoint)
|
|||||||
anAllActors->InitTraversal();
|
anAllActors->InitTraversal();
|
||||||
while( vtkActor* aVTKActor = anAllActors->GetNextActor() )
|
while( vtkActor* aVTKActor = anAllActors->GetNextActor() )
|
||||||
if( SMESH_Actor* anActor = SMESH_Actor::SafeDownCast( aVTKActor ) )
|
if( SMESH_Actor* anActor = SMESH_Actor::SafeDownCast( aVTKActor ) )
|
||||||
anActor->SetOpenGLClippingPlane();
|
anActor->SetOpenGLClippingPlane();
|
||||||
|
|
||||||
vtkView->getRenderer()->ResetCameraClippingRange();
|
vtkView->getRenderer()->ResetCameraClippingRange();
|
||||||
vtkView->Repaint();
|
vtkView->Repaint();
|
||||||
|
Loading…
Reference in New Issue
Block a user