]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/RearrangeWaypointsFunction.java
Version 15.2, November 2013
[GpsPrune.git] / tim / prune / function / RearrangeWaypointsFunction.java
index 900739137a04c05b2d37d93eda45746fa6914beb..e04aea0430877889f651f07ba0563054b26fef51 100644 (file)
@@ -64,6 +64,7 @@ public class RearrangeWaypointsFunction extends GenericFunction
                }
                if (success)
                {
+                       _app.getTrackInfo().getSelection().clearAll(); // clear selected point and range
                        _app.completeFunction(undo, I18nManager.getText("confirm.rearrangewaypoints"));
                }
                else