From: pkv Date: Fri, 21 Oct 2005 12:08:01 +0000 (+0000) Subject: Extend the size of the box of Segmentation Cursor with factor =1.1 X-Git-Tag: TG-D5-38-2003_D2005-20-12~129 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed07a1367daee216d025757fdaaa1303eb40eee9;p=modules%2Fvisu.git Extend the size of the box of Segmentation Cursor with factor =1.1 --- 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();