]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Extend the size of the box of Segmentation Cursor with factor =1.1
authorpkv <pkv@opencascade.com>
Fri, 21 Oct 2005 12:08:01 +0000 (12:08 +0000)
committerpkv <pkv@opencascade.com>
Fri, 21 Oct 2005 12:08:01 +0000 (12:08 +0000)
src/VVTK/VVTK_Renderer.cxx

index a54004e62f8f9e80daefdcfdf2240436253fc0f9..142008d167e48aa6b64e14a57ac24c00dbd907c6 100644 (file)
@@ -209,7 +209,7 @@ VVTK_Renderer1
 {
   if(MYDEBUG) INFOS("VVTK_Renderer1() - "<<this);
 
-  myImplicitFunctionWidget->SetPlaceFactor(1.0);
+  myImplicitFunctionWidget->SetPlaceFactor(1.1);
   myImplicitFunctionWidget->SetOutlineTranslation(false);
   vtkProperty* aSelectedPlaneProperty = myImplicitFunctionWidget->GetSelectedPlaneProperty();
   vtkProperty* aPlaneProperty = myImplicitFunctionWidget->GetPlaneProperty();