From ed07a1367daee216d025757fdaaa1303eb40eee9 Mon Sep 17 00:00:00 2001 From: pkv Date: Fri, 21 Oct 2005 12:08:01 +0000 Subject: [PATCH] Extend the size of the box of Segmentation Cursor with factor =1.1 --- src/VVTK/VVTK_Renderer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VVTK/VVTK_Renderer.cxx b/src/VVTK/VVTK_Renderer.cxx index a54004e6..142008d1 100644 --- a/src/VVTK/VVTK_Renderer.cxx +++ b/src/VVTK/VVTK_Renderer.cxx @@ -209,7 +209,7 @@ VVTK_Renderer1 { if(MYDEBUG) INFOS("VVTK_Renderer1() - "<SetPlaceFactor(1.0); + myImplicitFunctionWidget->SetPlaceFactor(1.1); myImplicitFunctionWidget->SetOutlineTranslation(false); vtkProperty* aSelectedPlaneProperty = myImplicitFunctionWidget->GetSelectedPlaneProperty(); vtkProperty* aPlaneProperty = myImplicitFunctionWidget->GetPlaneProperty(); -- 2.39.2