Changeset 6896 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
- Timestamp:
- 2014-03-02T16:23:58+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
r6310 r6896 184 184 } 185 185 186 int alpha = 255;186 int alpha = color.getAlpha(); 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.