Changeset 5758 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2013-03-06T22:23:19+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r5519 r5758 407 407 } 408 408 // repaint to make sure new data is displayed properly. 409 Main.map.mapView.repaint(); 409 if (Main.map != null && Main.map.mapView != null) { 410 Main.map.mapView.repaint(); 411 } 410 412 warnNumNewConflicts(numNewConflicts); 411 413 }
Note:
See TracChangeset
for help on using the changeset viewer.