Changeset 2025 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode
- Timestamp:
- 2009-09-02T21:17:52+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r2009 r2025 765 765 Way way = null; 766 766 for (Way w : getCurrentDataSet().ways) { 767 if (w. deleted|| w.incomplete || w.getNodesCount() < 1) {767 if (w.isDeleted() || w.incomplete || w.getNodesCount() < 1) { 768 768 continue; 769 769 }
Note:
See TracChangeset
for help on using the changeset viewer.