]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PROJECT: POST-PROCESSOR 2005 TASK: T 1.5
authorenk <enk@opencascade.com>
Wed, 18 May 2005 07:10:40 +0000 (07:10 +0000)
committerenk <enk@opencascade.com>
Wed, 18 May 2005 07:10:40 +0000 (07:10 +0000)
4.5.1.Implementation of graduated rules in SALOME VTK viewer

Set scallinc for CubeAxes Actor to 0

src/VTKViewer/VTKViewer_ViewFrame.cxx

index 6b6a2b0239e934d3c43518b2b3119a5611293ad2..e15e8a59068ce6729a7ce44c06d4ffe55ea1b97e 100644 (file)
@@ -151,6 +151,7 @@ void VTKViewer_ViewFrame::InitialSetup() {
   m_CubeAxes->SetAxisTitleTextProperty(tprop);
   m_CubeAxes->SetAxisLabelTextProperty(tprop);
   m_CubeAxes->SetCornerOffset(0.0);
+  m_CubeAxes->SetScaling(0);
   tprop->Delete();
   
   setCentralWidget( m_RW );