]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Preparation of v.3.0.1
authorsan <san@opencascade.com>
Fri, 29 Jul 2005 09:49:06 +0000 (09:49 +0000)
committersan <san@opencascade.com>
Fri, 29 Jul 2005 09:49:06 +0000 (09:49 +0000)
src/SOCC/SOCC_ViewModel.cxx

index 686cd58fc221d629928e50e0cdb89206b5addabd..44eaf80afe7dbc5953065d62bdfb8450a2479d58 100755 (executable)
@@ -578,7 +578,7 @@ bool SOCC_Viewer::getTrihedronSize( double& theNewSize, double& theSize )
   if ( aMaxSide < Ymax -Ymin ) aMaxSide = Ymax -Ymin;
   if ( aMaxSide < Zmax -Zmin ) aMaxSide = Zmax -Zmin;
 
-  float aSizeInPercents = SUIT_Session::session()->resourceMgr()->doubleValue("Viewer:TrihedronSize", 105.);
+  float aSizeInPercents = SUIT_Session::session()->resourceMgr()->doubleValue("Viewer","TrihedronSize", 105.);
 
   static float EPS = 5.0E-3;
   theSize = getTrihedron()->Size();