Changeset 16308 in josm
- Timestamp:
- 2020-04-15T21:59:18+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesCellRenderer.java
r16293 r16308 126 126 ? str 127 127 : ColorHelper.color2html(ColorHelper.html2color(str)); 128 str = "<html><body><span color='" + color + "'>\u25A0</span> " + color + "</body></html>";128 str = "<html><body><span color='" + color + "'>\u25A0</span> " + str + "</body></html>"; 129 129 } 130 130 ((JLabel) c).putClientProperty("html.disable", enableHTML ? null : Boolean.TRUE); // Fix #8730
Note:
See TracChangeset
for help on using the changeset viewer.