- Timestamp:
- 2007-10-11T20:55:30+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r358 r361 197 197 198 198 public void selectionEnded(Rectangle r, boolean alt, boolean shift, boolean ctrl) { 199 SelectionAction.selectEverythingInRectangle(selectionManager, r, alt, shift, ctrl);199 selectEverythingInRectangle(selectionManager, r, alt, shift, ctrl); 200 200 } 201 201
Note:
See TracChangeset
for help on using the changeset viewer.