Changeset 18398 in osm for applications/editors/josm/plugins/addrinterpolation/src
- Timestamp:
- 2009-10-31T21:00:59+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r17883 r18398 766 766 767 767 // De-select address interpolation way; leave street selected 768 addrInterpolationWay.setSelected(false); 768 DataSet currentDataSet = Main.main.getCurrentDataSet(); 769 if (currentDataSet != null) { 770 currentDataSet.clearSelection(addrInterpolationWay); 771 } 769 772 } 770 773
Note:
See TracChangeset
for help on using the changeset viewer.