1
0
Fork 0

Fixed route manager dialog issue

remove/clear/route sequence didn't work properly.
Reset selection when route is cleared.
This commit is contained in:
ThorstenB 2011-01-20 01:41:35 +01:00
parent a384d576dc
commit f99d1ae0d6

View file

@ -39,6 +39,7 @@ command interface /autopilot/route-manager/input:
var clear = func {
cmd.setValue("@clear");
selection.setIntValue(-1);
}
var insert = func {