Ignore:
Timestamp:
2017-05-15T19:29:29+02:00 (7 years ago)
Author:
michael2402
Message:

Move viewport following option to DrawAction and make it persistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/FollowLineAction.java

    r10413 r12182  
    121121            // "viewport following" mode for tracing long features
    122122            // from aerial imagery or GPS tracks.
    123             if (Main.map.mapView.viewportFollowing) {
     123            if (DrawAction.VIEWPORT_FOLLOWING.get()) {
    124124                Main.map.mapView.smoothScrollTo(newPoint.getEastNorth());
    125125            }
Note: See TracChangeset for help on using the changeset viewer.