Changeset 15735 in josm for trunk/src/org/openstreetmap/josm/command/AddPrimitivesCommand.java
- Timestamp:
- 2020-01-19T23:02:10+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/AddPrimitivesCommand.java
r13173 r15735 97 97 } 98 98 } 99 newPrimitives. stream().forEach(p -> p.setModified(true));99 newPrimitives.forEach(p -> p.setModified(true)); 100 100 } else { // redo 101 101 // When redoing this command, we have to add the same objects, otherwise
Note:
See TracChangeset
for help on using the changeset viewer.
