Fixed route manager dialog issue
remove/clear/route sequence didn't work properly. Reset selection when route is cleared.
This commit is contained in:
parent
a384d576dc
commit
f99d1ae0d6
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
var clear = func {
|
||||
cmd.setValue("@clear");
|
||||
selection.setIntValue(-1);
|
||||
}
|
||||
|
||||
var insert = func {
|
||||
|
|
Loading…
Add table
Reference in a new issue