X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fundo%2FUndoInsert.java;h=39676af411d0eaa374aae01070bd2139cd01505a;hp=1b3f3ef9077746e51ad3d723cc442dc36ad373a3;hb=112bb0c9b46894adca9a33ed8c99ea712b253185;hpb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f diff --git a/tim/prune/undo/UndoInsert.java b/tim/prune/undo/UndoInsert.java index 1b3f3ef..39676af 100644 --- a/tim/prune/undo/UndoInsert.java +++ b/tim/prune/undo/UndoInsert.java @@ -76,6 +76,6 @@ public class UndoInsert implements UndoOperation if (nextPoint != null) {nextPoint.setSegmentStart(_segmentFlag);} } // reset selection - inTrackInfo.getSelection().select(_startPosition-1, _startPosition-1, _startPosition); + inTrackInfo.getSelection().clearAll(); } } \ No newline at end of file