Changeset 2572 in josm for trunk/src/org
- Timestamp:
- 2009-12-04T18:28:47+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
r2327 r2572 95 95 */ 96 96 public void enlargeBoundingBox() { 97 enlargeBoundingBox( 0.002);97 enlargeBoundingBox(Main.pref.getDouble("edit.zoom-enlarge-bbox", 0.002)); 98 98 } 99 99
Note:
See TracChangeset
for help on using the changeset viewer.