Changeset 10804 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-08-15T14:28:24+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/AddPrimitivesCommand.java
r10467 r10804 101 101 } 102 102 } 103 newPrimitives.stream().forEach(p -> p.setModified(true)); 103 104 } else { // redo 104 105 // When redoing this command, we have to add the same objects, otherwise
Note:
See TracChangeset
for help on using the changeset viewer.