Changeset 35691 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-01-26T09:30:14+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/AdjacentNodesAction.java
r35673 r35691 98 98 protected void updateEnabledState(Collection<? extends OsmPrimitive> selection) { 99 99 boolean hasSel = selection != null && !selection.isEmpty(); 100 if (!hasSel ) {100 if (!hasSel && activeWays != null) { 101 101 activeWays.clear(); 102 102 }
Note:
See TracChangeset
for help on using the changeset viewer.