Ignore:
Timestamp:
2016-06-16T00:07:13+02:00 (9 years ago)
Author:
wiktorn
Message:

Fix zoom to bounds.

Patch by: michael2402

See: #12964

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapView.java

    r10378 r10394  
    12911291        return layerManager;
    12921292    }
     1293
     1294    /**
     1295     * Schedule a zoom to the given position on the next redraw.
     1296     * Temporary, may be removed without warning.
     1297     * @param viewportData
     1298     * @since xxx
     1299     */
     1300    public void scheduleZoomTo(ViewportData viewportData) {
     1301        initialViewport = viewportData;
     1302    }
    12931303}
Note: See TracChangeset for help on using the changeset viewer.