Ignore:
Timestamp:
2008-08-16T18:27:50+02:00 (16 years ago)
Author:
stoecker
Message:

einstein mode preferences now shows all options and their default values

File:
1 edited

Legend:

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

    r758 r795  
    8989                        if (v.min != null && v.max != null) // && v.min.north() == v.max.north() && v.min.east() == v.max.east()) {
    9090                        {
    91                                 EastNorth en = Main.proj.latlon2eastNorth(new LatLon(0.001, 0.001));
     91                                EastNorth en = new EastNorth(0,0);
    9292                                v.min = new EastNorth(v.min.east()-en.east(), v.min.north()-en.north());
    9393                                v.max = new EastNorth(v.max.east()+en.east(), v.max.north()+en.north());
Note: See TracChangeset for help on using the changeset viewer.