Ignore:
Timestamp:
2018-01-13T00:52:54+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15766, see #15688 - fix performance regression introduced in r13229 when drawing a way of many nodes while the filter dialog is open

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java

    r13173 r13309  
    233233     * Gets a collection of primitives that should not be hidden by the filter.
    234234     * @return The primitives that the filter should not hide.
     235     * @deprecated use {@link org.openstreetmap.josm.data.osm.DataSet#allPreservedPrimitives}
    235236     * @since 11993
    236237     */
     238    @Deprecated
    237239    public Collection<? extends OsmPrimitive> getPreservedPrimitives() {
    238240        return Collections.emptySet();
Note: See TracChangeset for help on using the changeset viewer.