Ignore:
Timestamp:
2017-06-07T21:59:05+02:00 (7 years ago)
Author:
michael2402
Message:

See #14854: Selection change listeners should not re-add the primitives that are removed to the selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DataSelectionListener.java

    r12113 r12329  
    230230                HashSet<OsmPrimitive> currentSet = new LinkedHashSet<>(old);
    231231                currentSet.removeAll(remove);
    232                 current = Collections.unmodifiableSet(currentSet);
     232                current = currentSet;
    233233            }
    234234        }
Note: See TracChangeset for help on using the changeset viewer.