Ignore:
Timestamp:
2008-08-24T00:18:15+02:00 (17 years ago)
Author:
stoecker
Message:

create virtual nodes only in case point is moved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/SequenceCommand.java

    r655 r853  
    6161        }
    6262
     63        public Command getLastCommand() {
     64                if(sequence.length == 0)
     65                        return null;
     66                return sequence[sequence.length-1];
     67        }
    6368        private void undoCommands(int start) {
    6469                // We probably aborted this halfway though the
Note: See TracChangeset for help on using the changeset viewer.