1
0
Fork 0

Fix FLX formatting for Mac/Linux systems

This commit is contained in:
hayden2000 2020-03-21 17:17:08 -04:00
parent 2202d90959
commit ccaeaf70a2

View file

@ -384,7 +384,7 @@ var canvas_PFD_base = {
me["FMA_man_box"].hide(); me["FMA_man_box"].hide();
me["FMA_flx_box"].show(); me["FMA_flx_box"].show();
me["FMA_flxtemp"].show(); me["FMA_flxtemp"].show();
me["FMA_manmode"].setText("FLX "); me["FMA_manmode"].setText("FLX ");
me["FMA_man_box"].setColor(0.8078,0.8039,0.8078); me["FMA_man_box"].setColor(0.8078,0.8039,0.8078);
} else if ((state1_act == "MAN THR" and thr1_act < 0.83) or (state2_act == "MAN THR" and thr2_act < 0.83)) { } else if ((state1_act == "MAN THR" and thr1_act < 0.83) or (state2_act == "MAN THR" and thr2_act < 0.83)) {
me["FMA_flx_box"].hide(); me["FMA_flx_box"].hide();