Changeset 16857 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-08-10T14:10:34+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSettingFactory.java
r16843 r16857 51 51 return forLabelAndDefault(c, Color.class, (label, defaultValue) -> { 52 52 final NamedColorProperty property = new NamedColorProperty(NamedColorProperty.COLOR_CATEGORY_MAPPAINT, 53 parentStyle. getFileNamePart(), label, defaultValue);53 parentStyle.title == null ? "MapCSS" : parentStyle.title, label, defaultValue); 54 54 return new StyleSetting.ColorStyleSetting(parentStyle, label, property); 55 55 });
Note:
See TracChangeset
for help on using the changeset viewer.