Changeset 16227 in josm
- Timestamp:
- 2020-04-04T14:09:30+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ValidateAction.java
r16091 r16227 143 143 map.validatorDialog.unfurlDialog(); 144 144 map.validatorDialog.tree.setErrors(errors); 145 //FIXME: nicer way to find / invalidate the corresponding error layer 146 MainApplication.getLayerManager().getLayersOfType(ValidatorLayer.class).forEach(ValidatorLayer::invalidate); 145 147 if (!errors.isEmpty()) { 146 //FIXME: nicer way to find / invalidate the corresponding error layer147 148 OsmValidator.initializeErrorLayer(); 148 MainApplication.getLayerManager().getLayersOfType(ValidatorLayer.class).forEach(ValidatorLayer::invalidate);149 149 } 150 150 });
Note:
See TracChangeset
for help on using the changeset viewer.