Ticket #3527: settable-zoom.patch
| File settable-zoom.patch, 586 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
94 94 * equal <code>null</code>) this method does not do anything. 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 100 100 /**
