From: apo Date: Tue, 17 Jan 2006 08:11:10 +0000 (+0000) Subject: To set the more strict initial tolerance X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a5301ebf7c482aef74c86b589a47a7a123226886;p=modules%2Fgui.git To set the more strict initial tolerance --- diff --git a/src/SVTK/SVTK_RectPicker.cxx b/src/SVTK/SVTK_RectPicker.cxx index a8d81bb3c..7d61bca88 100644 --- a/src/SVTK/SVTK_RectPicker.cxx +++ b/src/SVTK/SVTK_RectPicker.cxx @@ -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; }