Changeset 4348 in josm
- Timestamp:
- 2011-08-27T01:48:47+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r4327 r4348 381 381 */ 382 382 public void eventDispatched(AWTEvent e) { 383 if( e== null)383 if(oldEvent == null) 384 384 return; 385 385 // We don't have a mouse event, so we pass the old mouse event but the
Note:
See TracChangeset
for help on using the changeset viewer.