mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #288, formatting, minor tweaks
This commit is contained in:
committed by
Roland Winklmeier
parent
159dbe9f5a
commit
49be1c2bb7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user