Ignore:
Timestamp:
2011-12-24T00:26:04+01:00 (14 years ago)
Author:
simon04
Message:

fix #6747 - missing connection on long ways hard to find

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java

    r4672 r4707  
    55import static org.openstreetmap.josm.tools.I18n.tr;
    66
    7 import java.awt.GridLayout;
    87import java.awt.event.ActionEvent;
    98import java.awt.event.ActionListener;
     
    1413import java.lang.reflect.InvocationTargetException;
    1514import java.util.ArrayList;
    16 import java.util.Arrays;
    1715import java.util.Collection;
    1816import java.util.Enumeration;
     
    303301        if (bbox.getBounds() == null)
    304302            return;
    305         bbox.enlargeBoundingBox();
     303        bbox.enlargeBoundingBox(Main.pref.getDouble("validator.zoom-enlarge-bbox", 0.0002));
    306304        Main.map.mapView.recalculateCenterScale(bbox);
    307305    }
Note: See TracChangeset for help on using the changeset viewer.