]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PROJECT: POST-PROCESSOR 2005 V2_2_0_VISU_improvement_2005-05-27
authorapo <apo@opencascade.com>
Wed, 25 May 2005 11:51:31 +0000 (11:51 +0000)
committerapo <apo@opencascade.com>
Wed, 25 May 2005 11:51:31 +0000 (11:51 +0000)
TASK: T 1.5 Implementation of graduated rules in SALOME VTK viewer
Separation onViewTrihedron and onViewCubeAxes actions

src/VTKViewer/VTKViewer_ViewFrame.cxx

index 32f10df00b9820f926a14ab6969710141106a952..f83bca586e334566e1f403ed635075824ed1eacf 100644 (file)
@@ -294,7 +294,6 @@ void VTKViewer_ViewFrame::onAdjustCubeAxes()
   Display/hide Trihedron
 */
 void VTKViewer_ViewFrame::onViewTrihedron(){
-  onViewCubeAxes();
   if(!m_Triedron) return;
   if(isTrihedronDisplayed()) m_Triedron->VisibilityOff();
   else m_Triedron->VisibilityOn();