From 15e701ff4f283b43da10231f9894eef625ff0aaf Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Tue, 9 Dec 2025 21:22:18 +0300 Subject: [PATCH] Improve line choice --- GCS/Geo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCS/Geo.h b/GCS/Geo.h index faf6efa..bbaceb8 100644 --- a/GCS/Geo.h +++ b/GCS/Geo.h @@ -238,7 +238,7 @@ public: void set_tag(int); int get_tag(); - bool contains(QPointF, qreal tol = 10.0) const; + bool contains(QPointF, qreal tol = 5.0) const; };