Changeset 5774 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2013-03-13T21:25:32+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyles.java
r5766 r5774 112 112 } 113 113 } 114 if (p != null) { 115 osm.mappaintStyle = osm.mappaintStyle.put(p.a, p.b); 116 } 114 StyleCache style = osm.mappaintStyle != null ? osm.mappaintStyle : StyleCache.EMPTY_STYLECACHE; 115 osm.mappaintStyle = style.put(p.a, p.b); 117 116 osm.mappaintCacheIdx = cacheIdx; 118 117 return p;
Note:
See TracChangeset
for help on using the changeset viewer.