Changeset 4707 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
- Timestamp:
- 2011-12-24T00:26:04+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r4672 r4707 5 5 import static org.openstreetmap.josm.tools.I18n.tr; 6 6 7 import java.awt.GridLayout;8 7 import java.awt.event.ActionEvent; 9 8 import java.awt.event.ActionListener; … … 14 13 import java.lang.reflect.InvocationTargetException; 15 14 import java.util.ArrayList; 16 import java.util.Arrays;17 15 import java.util.Collection; 18 16 import java.util.Enumeration; … … 303 301 if (bbox.getBounds() == null) 304 302 return; 305 bbox.enlargeBoundingBox(); 303 bbox.enlargeBoundingBox(Main.pref.getDouble("validator.zoom-enlarge-bbox", 0.0002)); 306 304 Main.map.mapView.recalculateCenterScale(bbox); 307 305 }
Note:
See TracChangeset
for help on using the changeset viewer.
