Merge branch 'dev' into pneumatics
This commit is contained in:
commit
a055034f4a
2 changed files with 2 additions and 2 deletions
|
@ -2623,7 +2623,7 @@ var canvas_MCDU_base = {
|
|||
|
||||
me["Simple_L3S"].setText("MAG WIND");
|
||||
if (dest_mag.getValue() != -1 and dest_wind.getValue() != -1) {
|
||||
me["Simple_L3"].setText(sprintf("%3.0fg", dest_mag.getValue()) ~ sprintf("/%.0f", dest_wind.getValue()));
|
||||
me["Simple_L3"].setText(sprintf("%03.0fg", dest_mag.getValue()) ~ sprintf("/%.0f", dest_wind.getValue()));
|
||||
} else {
|
||||
me["Simple_L3"].setText("---g/---");;
|
||||
}
|
||||
|
|
|
@ -330,7 +330,7 @@ var arrivalPage = {
|
|||
}
|
||||
me.R5 = ["CRS" ~ math.round(me._approaches[me.approaches[2 + me.scrollApproach]].heading), nil, "blu"];
|
||||
if (me._approaches[me.approaches[2 + me.scrollApproach]].ils != nil) {
|
||||
me.C6[1] = me._approaches[me.approaches[1 + me.scrollApproach]].ils.id ~ "/" ~ sprintf("%7.2f", me._approaches[me.approaches[1 + me.scrollApproach]].ils_frequency_mhz);
|
||||
me.C6[1] = me._approaches[me.approaches[2 + me.scrollApproach]].ils.id ~ "/" ~ sprintf("%7.2f", me._approaches[me.approaches[2 + me.scrollApproach]].ils_frequency_mhz);
|
||||
}
|
||||
if (me.approaches[2 + me.scrollApproach] != me.selectedApproach) {
|
||||
me.arrowsMatrix[0][4] = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue