1
0
Fork 0

Fix 'active route waypoint' button to actually load the current wp, instead of wp0.

This commit is contained in:
jmt 2010-03-27 11:36:14 +00:00
parent 20d5a5716e
commit cca70e4e6a

View file

@ -359,6 +359,7 @@
<command>nasal</command> <command>nasal</command>
<script> <script>
scratch.getNode("results", 1).clearValue(); scratch.getNode("results", 1).clearValue();
scratch.getNode("index", 1).setIntValue(-1);
cmd.setValue("load-route-wpt") cmd.setValue("load-route-wpt")
</script> </script>
</binding> </binding>