]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
To set the more strict initial tolerance
authorapo <apo@opencascade.com>
Tue, 17 Jan 2006 08:11:10 +0000 (08:11 +0000)
committerapo <apo@opencascade.com>
Tue, 17 Jan 2006 08:11:10 +0000 (08:11 +0000)
src/SVTK/SVTK_RectPicker.cxx

index a8d81bb3c58af1ac7e8f1e03cb0fed86fdda2256..7d61bca8896eec5d755dbe88fddcef6dfe2d0284 100644 (file)
@@ -297,7 +297,7 @@ vtkStandardNewMacro(SVTK_RectPicker);
 SVTK_RectPicker
 ::SVTK_RectPicker()
 {
-  this->Tolerance = 0.025; // 1/40th of the renderer window
+  this->Tolerance = 0.005;
   this->PickPoints = 1;
 }