Changeset 6909 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-03-14T21:05:19+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
r6896 r6909 184 184 } 185 185 186 int alpha = color.getAlpha();186 int alpha = 255; 187 187 Integer pAlpha = Utils.color_float2int(c.get(type.prefix + OPACITY, null, Float.class)); 188 188 if (pAlpha != null) {
Note:
See TracChangeset
for help on using the changeset viewer.