Ignore:
Timestamp:
2005-12-06T23:23:20+01:00 (19 years ago)
Author:
imi
Message:
  • fixed broken stuff from last checkin
  • complete undo and redo
  • futher simplification in DeleteAction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/osm/Track.java

    r23 r31  
    1919
    2020       
    21         /**
    22          * Add the line segment to the track.
    23          */
    24         public void add(LineSegment ls) {
    25                 segments.add(ls);
    26         }
    27 
    2821        /**
    2922         * Return the last node in the track. This is the node, which no line segment
Note: See TracChangeset for help on using the changeset viewer.