Changeset 29595 in osm for applications/editors/josm/plugins/FastDraw/src/org
- Timestamp:
- 2013-05-14T22:49:46+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java
r29532 r29595 285 285 if (!isEnabled()) return; 286 286 if (e.getButton() != MouseEvent.BUTTON1) return; 287 288 requestFocusInMapView(); 287 289 288 290 int idx=line.findClosestPoint(e.getPoint(),settings.maxDist);
Note:
See TracChangeset
for help on using the changeset viewer.