- Timestamp:
- 2010-08-03T20:17:35+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r3378 r3410 25 25 26 26 import org.openstreetmap.josm.Main; 27 import org.openstreetmap.josm.actions.AutoScaleAction; 27 28 import org.openstreetmap.josm.data.AutosaveTask; 28 29 import org.openstreetmap.josm.gui.layer.OsmDataLayer; … … 255 256 Main.main.addLayer(layer); 256 257 } 258 AutoScaleAction.autoScale("data"); 257 259 } 258 260
Note:
See TracChangeset
for help on using the changeset viewer.