Update leading zeros on perf appr
This commit is contained in:
parent
965cb53d5b
commit
c0e92d35de
1 changed files with 1 additions and 1 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/---");;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue