Changeset 3835 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
- Timestamp:
- 2011-01-31T00:10:01+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r3177 r3835 133 133 @Override public void actionPerformed(ActionEvent e) { 134 134 super.actionPerformed(e); 135 if(!Main.map.mapView.isActiveLayerDrawable())136 return;137 135 doActionPerformed(e); 138 136 } 139 137 140 public void doActionPerformed(ActionEvent e) { 138 static public void doActionPerformed(ActionEvent e) { 141 139 if(!Main.map.mapView.isActiveLayerDrawable()) 142 140 return;
Note:
See TracChangeset
for help on using the changeset viewer.
