Changeset 12348 in josm for trunk/src/org/openstreetmap/josm/command/MoveCommand.java
- Timestamp:
- 2017-06-08T23:41:02+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/MoveCommand.java
r11070 r12348 207 207 @Override 208 208 public boolean executeCommand() { 209 ensurePrimitivesAreInDataset(); 210 209 211 for (Node n : nodes) { 210 212 // in case #3892 happens again … … 222 224 @Override 223 225 public void undoCommand() { 226 ensurePrimitivesAreInDataset(); 227 224 228 Iterator<OldNodeState> it = oldState.iterator(); 225 229 for (Node n : nodes) {
Note:
See TracChangeset
for help on using the changeset viewer.
