Ignore:
Timestamp:
2011-01-31T00:10:01+01:00 (15 years ago)
Author:
stoecker
Message:

fix #5885

File:
1 edited

Legend:

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

    r3177 r3835  
    133133    @Override public void actionPerformed(ActionEvent e) {
    134134        super.actionPerformed(e);
    135         if(!Main.map.mapView.isActiveLayerDrawable())
    136             return;
    137135        doActionPerformed(e);
    138136    }
    139137
    140     public void doActionPerformed(ActionEvent e) {
     138    static public void doActionPerformed(ActionEvent e) {
    141139        if(!Main.map.mapView.isActiveLayerDrawable())
    142140            return;
Note: See TracChangeset for help on using the changeset viewer.