Ignore:
Timestamp:
2010-03-23T21:09:17+01:00 (14 years ago)
Author:
jttt
Message:

Return copy of bbox in Way.getBBox (to make sure internal copy won't be modified)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AbstractMergeAction.java

    r3083 r3153  
    3030     */
    3131    static public class LayerListCellRenderer extends DefaultListCellRenderer {
    32 
    33         protected boolean isActiveLayer(Layer layer) {
    34             if (Main.isDisplayingMapView()) return false;
    35             return Main.map.mapView.getActiveLayer() == layer;
    36         }
    3732
    3833        @Override
Note: See TracChangeset for help on using the changeset viewer.