Ignore:
Timestamp:
2017-03-18T23:19:45+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #13922 - make sure Download*InViewAction download their respective data without changing the current view

File:
1 edited

Legend:

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

    r10910 r11743  
    3333        final Bounds bounds = Main.map.mapView.getRealBounds();
    3434        DownloadOsmInViewTask task = new DownloadOsmInViewTask();
     35        task.setZoomAfterDownload(false);
    3536        Future<?> future = task.download(bounds);
    3637        Main.worker.submit(new PostDownloadHandler(task, future));
Note: See TracChangeset for help on using the changeset viewer.