Changeset 19574 in josm
- Timestamp:
- 2026-05-21T08:10:55+02:00 (109 minutes ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
r19217 r19574 154 154 BBox bbox = bounds.toBBox(); 155 155 Rectangle clip = g.getClipBounds(); 156 // handle possible null value, see #24734 157 if (clip == null) 158 return; 159 156 160 clip.grow(50, 50); 157 161 viewClip = mapState.getViewArea(clip);
Note:
See TracChangeset
for help on using the changeset viewer.
