Changeset 8395 in josm for trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
- Timestamp:
- 2015-05-19T00:05:33+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r8390 r8395 298 298 get/set functions calling this implicitely is preferred, so we can have 299 299 transparent cache handling in the future. */ 300 public void clearCachedStyle() 301 { 300 public void clearCachedStyle() { 302 301 mappaintStyle = null; 303 302 }
Note:
See TracChangeset
for help on using the changeset viewer.
