Ticket #13907: StyleCache_intern.patch
File StyleCache_intern.patch, 562 bytes (added by , 8 years ago) |
---|
-
src/org/openstreetmap/josm/gui/mappaint/StyleCache.java
48 48 ds = new DividedScale<>(); 49 49 } 50 50 s.states[idx] = ds.put(o, r); 51 s.intern(); 52 return s; 51 return s.intern(); 53 52 } 54 53 55 54 public Pair<StyleElementList, Range> getWithRange(double scale, boolean selected) {