Changeset 2459 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-11-15T12:50:07+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r2452 r2459 617 617 keys.put(key, value); 618 618 } 619 mappaintStyle = null;620 619 keysChangedImpl(); 621 620 } … … 632 631 } 633 632 } 634 mappaintStyle = null;635 633 keysChangedImpl(); 636 634 } … … 643 641 public final void removeAll() { 644 642 keys = null; 645 mappaintStyle = null;646 643 keysChangedImpl(); 647 644 } … … 787 784 788 785 private void keysChangedImpl() { 786 clearCached(); 789 787 updateHasDirectionKeys(); 790 788 updateTagged();
Note:
See TracChangeset
for help on using the changeset viewer.