refs #288, formatting, minor tweaks

This commit is contained in:
Klaus Basan
2014-11-10 20:53:49 +01:00
committed by Roland Winklmeier
parent 159dbe9f5a
commit 49be1c2bb7
5 changed files with 12 additions and 15 deletions

View File

@@ -99,14 +99,6 @@ namespace BlackGui
this->ui->ds_ComPanelCom2Active->setValue(this->ui->ds_ComPanelCom2Standby->value());
this->ui->ds_ComPanelCom2Standby->setValue(f);
}
else if (sender == this->ui->cbp_ComPanelTransponderMode)
{
// toggle the external button
if (this->ui->cbp_ComPanelTransponderMode->isIdentSelected())
{
// todo
}
}
const CAircraft ownAircraft = this->cockpitValuesToAircraftObject();
this->updateOwnCockpitInContext(ownAircraft);