A3XX: Fix bug with VOR1 ADF1 ND

This commit is contained in:
Joshua Davidson 2017-07-06 11:47:03 -04:00
parent 6f30803842
commit 18d86bdbb8

View file

@ -1522,7 +1522,7 @@ canvas.NDStyles["Airbus"] = {
nd.symbols.vorL.show();
nd.symbols.vorLId.show();
nd.symbols.dmeLDist.show();
if(nd.get_switch('toggle_rh_vor_adf') < 0){
if(nd.get_switch('toggle_lh_vor_adf') < 0){
var adf = 'instrumentation/adf/';
var navident = getprop(adf~ "ident");
var frq = getprop(adf~ "frequencies/selected-khz");