]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - src/tim/prune/gui/map/MapCanvas.java
Make it easier to grasp the handle for adding points
[GpsPrune.git] / src / tim / prune / gui / map / MapCanvas.java
index 17918924f92e793f8100a8df5771aedbe39bd880..ecf5f80c433fad723dca03174e642fa7bb5ed59c 100644 (file)
@@ -92,7 +92,7 @@ public class MapCanvas extends JPanel implements MouseListener, MouseMotionListe
        WpIconDefinition _waypointIconDefinition = null;
 
        /** Constant for click sensitivity when selecting nearest point */
-       private static final int CLICK_SENSITIVITY = 10;
+       private static final int CLICK_SENSITIVITY = 30;
        /** Constant for pan distance from key presses */
        private static final int PAN_DISTANCE = 20;
        /** Constant for pan distance from autopan */