From fb9ca9c8ebf4ca6e1085afa760e0b5760a5cf9e4 Mon Sep 17 00:00:00 2001 From: Vladislav Zavjalov Date: Sat, 19 Feb 2011 07:33:32 +0300 Subject: [PATCH] revert 10pt search tolerance back to 4pt --- xfig/src/u_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfig/src/u_search.c b/xfig/src/u_search.c index b0cbc4a..db8e604 100644 --- a/xfig/src/u_search.c +++ b/xfig/src/u_search.c @@ -30,7 +30,7 @@ #include "u_geom.h" #include "u_markers.h" -#define TOLERANCE ((int)((display_zoomscale < 20.0? 10: 14) * \ +#define TOLERANCE ((int)((display_zoomscale < 20.0? 4: 14) * \ PIX_PER_INCH/DISPLAY_PIX_PER_INCH/display_zoomscale)) static void (*manipulate) (); -- 2.24.1