Changeset 11750 in josm for trunk/src/org
- Timestamp:
- 2017-03-20T23:04:10+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r11749 r11750 498 498 TextLabel text = bs.text; 499 499 String s = text.labelCompositionStrategy.compose(n); 500 if (s == null ) return;500 if (s == null || s.isEmpty()) return; 501 501 502 502 Font defaultFont = g.getFont();
Note:
See TracChangeset
for help on using the changeset viewer.