Ignore:
Timestamp:
2017-05-15T18:20:34+02:00 (7 years ago)
Author:
michael2402
Message:

Only invalidate single OSM layer after merge

File:
1 edited

Legend:

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

    r12160 r12176  
    567567        }
    568568        // repaint to make sure new data is displayed properly.
    569         if (Main.isDisplayingMapView()) {
    570             Main.map.mapView.repaint();
    571         }
     569        invalidate();
    572570        // warn about new conflicts
    573571        if (numNewConflicts > 0 && Main.map != null && Main.map.conflictDialog != null) {
Note: See TracChangeset for help on using the changeset viewer.