1
0
Fork 0

Hide baro/radio under 250nm

This commit is contained in:
Matthew Maring 2020-04-26 08:49:37 -04:00
parent e9f1099137
commit d3c5fb48e6

View file

@ -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();