A32X: Minor fix in Upper ECAM Canvas
This commit is contained in:
parent
c4e4c7d182
commit
ee2065e066
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ var canvas_upperECAM_base = {
|
|||
}
|
||||
|
||||
# FOB
|
||||
me["FOB-LBS"].setText(sprintf("%7.0f", math.round(getprop("/consumables/fuel/total-fuel-lbs"), 10)));
|
||||
me["FOB-LBS"].setText(sprintf("%s", math.round(getprop("/consumables/fuel/total-fuel-lbs"), 10)));
|
||||
|
||||
# Left ECAM Messages
|
||||
me["ECAML1"].setText(sprintf("%s", getprop("/ECAM/msg/line1")));
|
||||
|
|
|
@ -1 +1 @@
|
|||
2012
|
||||
2013
|
Reference in a new issue