Bugfix -- hide rather than show the stall warning alpha bars
This commit is contained in:
parent
78e4597ff2
commit
46f810b48b
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ var canvas_PFD_1 = {
|
||||||
me["VLS_min"].hide();
|
me["VLS_min"].hide();
|
||||||
me["ALPHA_PROT"].hide();
|
me["ALPHA_PROT"].hide();
|
||||||
me["ALPHA_MAX"].hide();
|
me["ALPHA_MAX"].hide();
|
||||||
me["ALPHA_SW"].show();
|
me["ALPHA_SW"].hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue