Hide baro/radio under 250nm
This commit is contained in:
parent
e9f1099137
commit
d3c5fb48e6
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ var canvas_PFD_base = {
|
|||
|
||||
me["AI_agl"].setText(sprintf("%s", math.round(math.clamp(gear_agl_cur, 0, 2500))));
|
||||
|
||||
if (FMGCphase.getValue() < 3) {
|
||||
if (FMGCphase.getValue() < 3 or fmgc.flightPlanController.arrivalDist >= 250) {
|
||||
me["FMA_dh_box"].hide();
|
||||
me["FMA_dh"].hide();
|
||||
me["FMA_dhn"].hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue