Switch to dynamic function for all dynamic pages
This commit is contained in:
parent
91184fd64a
commit
b4921743ad
2 changed files with 2050 additions and 4018 deletions
File diff suppressed because it is too large
Load diff
|
@ -785,6 +785,8 @@ var pagebutton = func(btn, i) {
|
||||||
canvas_mcdu.myFpln[i].scroll = fmgc.flightPlanController.arrivalIndex[2];
|
canvas_mcdu.myFpln[i].scroll = fmgc.flightPlanController.arrivalIndex[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
canvas_mcdu.myFpln[i].scroll = 0;
|
||||||
}
|
}
|
||||||
setprop("/MCDU[" ~ i ~ "]/page", "F-PLNA");
|
setprop("/MCDU[" ~ i ~ "]/page", "F-PLNA");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue