Changeset 1744 in josm


Ignore:
Timestamp:
2009-07-07T20:07:52+02:00 (15 years ago)
Author:
stoecker
Message:

fixed #2823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java

    r1736 r1744  
    10931093                WayPoint R = null;
    10941094                for (WayPoint S : seg) {
    1095                     EastNorth c = R.getEastNorth();
     1095                    EastNorth c = S.getEastNorth();
    10961096                    if (R == null) {
    10971097                        R = S;
Note: See TracChangeset for help on using the changeset viewer.