Merge branch 'jmt/navradio'
This commit is contained in:
commit
992b7ca8f4
1 changed files with 5 additions and 1 deletions
|
@ -369,6 +369,8 @@ void FGNavRadio::clearOutputs()
|
|||
gs_deflection_deg_node->setDoubleValue(0.0);
|
||||
gs_deflection_norm_node->setDoubleValue(0.0);
|
||||
gs_inrange_node->setBoolValue( false );
|
||||
loc_node->setBoolValue( false );
|
||||
has_gs_node->setBoolValue(false);
|
||||
|
||||
to_flag_node->setBoolValue( false );
|
||||
from_flag_node->setBoolValue( false );
|
||||
|
@ -898,7 +900,9 @@ void FGNavRadio::search()
|
|||
_gs = NULL;
|
||||
_dme = NULL;
|
||||
nav_id_node->setStringValue("");
|
||||
|
||||
loc_node->setBoolValue(false);
|
||||
has_gs_node->setBoolValue(false);
|
||||
|
||||
_sgr->remove( nav_fx_name );
|
||||
_sgr->remove( dme_fx_name );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue