- Timestamp:
- 2017-09-08T10:55:56+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r12759 r12785 709 709 ((MoveCommand) c).saveCheckpoint(); 710 710 ((MoveCommand) c).applyVectorTo(currentEN); 711 } else {711 } else if (!selection.isEmpty()) { 712 712 c = new MoveCommand(selection, startEN, currentEN); 713 713 MainApplication.undoRedo.add(c);
Note:
See TracChangeset
for help on using the changeset viewer.