Changeset 22369 in osm for applications/editors/josm/plugins/michigan_left/src/MichiganLeft
- Timestamp:
- 2010-07-19T01:38:47+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
r22364 r22369 55 55 56 56 public void actionPerformed(ActionEvent e) { 57 Collection<OsmPrimitive> selection = Main.main.getCurrentDataSet()57 Collection<OsmPrimitive> mainSelection = Main.main.getCurrentDataSet() 58 58 .getSelected(); 59 60 ArrayList<OsmPrimitive> selection = new ArrayList<OsmPrimitive>(); 61 62 for (OsmPrimitive prim: mainSelection) selection.add(prim); 59 63 60 64 int ways = 0;
Note:
See TracChangeset
for help on using the changeset viewer.