Ignore:
Timestamp:
2017-04-19T13:29:08+02:00 (7 years ago)
Author:
bastiK
Message:

see #7427 - repaint after clear tile cache action

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java

    r11860 r11956  
    118118    @Override
    119119    public void projectionChanged(Projection oldValue, Projection newValue) {
     120        super.projectionChanged(oldValue, newValue);
    120121        Projection tileProjection = chooseProjection(newValue);
    121122        if (!Objects.equals(tileSource.getTileProjection(), tileProjection)) {
Note: See TracChangeset for help on using the changeset viewer.