Changeset 14666 in josm for trunk/src/org
- Timestamp:
- 2019-01-08T20:25:29+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ValidateAction.java
r14599 r14666 142 142 GuiHelper.runInEDT(() -> { 143 143 MapFrame map = MainApplication.getMap(); 144 map.validatorDialog.unfurlDialog(); 144 145 map.validatorDialog.tree.setErrors(errors); 145 map.validatorDialog.unfurlDialog();146 146 //FIXME: nicer way to find / invalidate the corresponding error layer 147 147 MainApplication.getLayerManager().getLayersOfType(ValidatorLayer.class).forEach(ValidatorLayer::invalidate);
Note:
See TracChangeset
for help on using the changeset viewer.