Ignore:
Timestamp:
2009-07-08T21:50:32+02:00 (15 years ago)
Author:
Gubaer
Message:

new: replaced global conflict list by conflict list per layer, similar to datasets

File:
1 edited

Legend:

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

    r1418 r1750  
    2525
    2626    public void actionPerformed(ActionEvent e) {
    27         if(!Main.map.mapView.isVisibleDrawableLayer())
     27        if(!Main.map.mapView.isActiveLayerVisible())
    2828            return;
    2929        new org.openstreetmap.josm.actions.mapmode.DeleteAction(Main.map)
Note: See TracChangeset for help on using the changeset viewer.