From f7a9032225f736f5955914baeb957b1547ce4139 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 1 Aug 2005 11:06:29 +0000 Subject: [PATCH] Fix pb. with VTK viewer: SIGFPE after trying to FitAll trihedron --- src/SVTK/SVTK_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index 26b89496f..5260b9732 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -758,7 +758,7 @@ SVTK_ViewWindow if(aCDisplayed) myCubeAxes->VisibilityOff(); SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr(); - QString aSetting = aResMgr->stringValue("Viewer:TrihedronSize", "105"); + QString aSetting = aResMgr->stringValue("Viewer", "TrihedronSize", "105"); static float aSizeInPercents = aSetting.toFloat(); //bool isComputeTrihedronSize = -- 2.39.2