Changeset 23189 in osm for applications/editors/josm/plugins/wayselector/src/org
- Timestamp:
- 2010-09-15T18:53:09+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wayselector/src/org/openstreetmap/josm/plugins/wayselector/WaySelectorPlugin.java
r20482 r23189 50 50 51 51 public void actionPerformed(ActionEvent ev) { 52 53 54 52 DataSet ds = Main.main.getCurrentDataSet(); 53 WaySelection ws = new WaySelection(ds.getSelectedWays()); 54 ws.extend(ds); 55 55 } 56 56
Note:
See TracChangeset
for help on using the changeset viewer.