Changeset 5702 in josm
- Timestamp:
- 2013-02-08T22:37:27+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
r5571 r5702 184 184 185 185 int alpha = 255; 186 Integer pAlpha = Utils.color_float2int(c.get( OPACITY, null, Float.class));186 Integer pAlpha = Utils.color_float2int(c.get(type.prefix + OPACITY, null, Float.class)); 187 187 if (pAlpha != null) { 188 188 alpha = pAlpha;
Note:
See TracChangeset
for help on using the changeset viewer.