Ignore:
Timestamp:
2010-05-15T15:15:51+02:00 (14 years ago)
Author:
stoecker
Message:

fixed #5016 - object download did not focus object

File:
1 edited

Legend:

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

    r2986 r3251  
    5757            return;
    5858        }
     59        zoomTo(sel);
     60    }
     61
     62    public static void zoomTo(Collection<OsmPrimitive> sel) {
    5963        BoundingXYVisitor bboxCalculator = new BoundingXYVisitor();
    6064        bboxCalculator.computeBoundingBox(sel);
Note: See TracChangeset for help on using the changeset viewer.