- Timestamp:
- 2020-06-16T21:03:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r16626 r16661 439 439 } 440 440 441 private boolean changesHiddenWay(Command c) {441 private static boolean changesHiddenWay(Command c) { 442 442 return c.getParticipatingPrimitives().stream().anyMatch(OsmPrimitive::isDisabledAndHidden); 443 443 }
Note:
See TracChangeset
for help on using the changeset viewer.