Ignore:
Timestamp:
2009-08-08T15:59:57+02:00 (17 years ago)
Author:
Gubaer
Message:

fixed #3203: pressing DEL deletes Layer instead of objects
Enabled DEL in layer list again, should not interfere with DEL on map view anymore.

File:
1 edited

Legend:

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

    r1862 r1935  
    351351        if(!Main.map.mapView.isActiveLayerVisible())
    352352            return;
     353        // request focus in order to enable the expected keyboard shortcuts
     354        //
     355        Main.map.mapView.requestFocus();
    353356
    354357        cancelDrawMode = false;
Note: See TracChangeset for help on using the changeset viewer.