]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoEditPoint.java
Version 9, February 2010
[GpsPrune.git] / tim / prune / undo / UndoEditPoint.java
index 1ee16dc72ea1ae6baa0732838ee80af2b3ed494a..228795b6d5d5d34e0b15d9bf7e955fc5f3544345 100644 (file)
@@ -49,7 +49,7 @@ public class UndoEditPoint implements UndoOperation
        public void performUndo(TrackInfo inTrackInfo) throws UndoException\r
        {\r
                // Restore contents of point into track\r
-               if (!inTrackInfo.getTrack().editPoint(_originalPoint, _undoFieldList))\r
+               if (!inTrackInfo.getTrack().editPoint(_originalPoint, _undoFieldList, true))\r
                {\r
                        // throw exception if failed\r
                        throw new UndoException(getDescription());\r