Changeset 34949 in osm for applications/editors/josm/plugins/FastDraw/src
- Timestamp:
- 2019-03-26T00:22:07+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/DrawnPolyLine.java
r32548 r34949 255 255 while (it.hasNext()) { 256 256 pp = it.next(); 257 if (f && (fixed.contains(pp))) {257 if (f && fixed.contains(pp)) { 258 258 // if end of line fragment reached 259 259 lastIdx = idx;
Note:
See TracChangeset
for help on using the changeset viewer.