Changeset 10748 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/LineElement.java
- Timestamp:
- 2016-08-06T19:21:33+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/LineElement.java
r10378 r10748 256 256 } 257 257 258 Integer pAlpha = Utils.color _float2int(c.get(type.prefix + OPACITY, null, Float.class));258 Integer pAlpha = Utils.colorFloat2int(c.get(type.prefix + OPACITY, null, Float.class)); 259 259 if (pAlpha != null) { 260 260 alpha = pAlpha; … … 281 281 Color dashesBackground = c.get(type.prefix + DASHES_BACKGROUND_COLOR, null, Color.class); 282 282 if (dashesBackground != null) { 283 pAlpha = Utils.color _float2int(c.get(type.prefix + DASHES_BACKGROUND_OPACITY, null, Float.class));283 pAlpha = Utils.colorFloat2int(c.get(type.prefix + DASHES_BACKGROUND_OPACITY, null, Float.class)); 284 284 if (pAlpha != null) { 285 285 alpha = pAlpha;
Note:
See TracChangeset
for help on using the changeset viewer.
