Changeset 17858 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-05-03T19:51:10+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/ValidationTask.java
r17852 r17858 106 106 } 107 107 108 if (errors.stream().anyMatch(e -> !e.getPrimitives().stream().allMatch(OsmPrimitive::isDrawable))) {108 if (errors.stream().anyMatch(e -> e.getPrimitives().stream().anyMatch(OsmPrimitive::isDisabledAndHidden))) { 109 109 final String msg = "<b>" + tr("Validation results contain elements hidden by a filter.") + "</b><br/>" 110 110 + tr("Please review active filters to see the hidden results.");
Note:
See TracChangeset
for help on using the changeset viewer.