mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T376, adjusted sibling FSD setup class
This commit is contained in:
@@ -121,13 +121,8 @@ namespace BlackGui
|
||||
|
||||
void CFsdSetupForm::resetToDefaultValues()
|
||||
{
|
||||
ui->cb_AircraftPartsReceive->setChecked(true);
|
||||
ui->cb_AircraftPartsSend->setChecked(true);
|
||||
ui->cb_FastPositionReceive->setChecked(true);
|
||||
ui->cb_FastPositionSend->setChecked(true);
|
||||
ui->cb_GndFlagReceive->setChecked(true);
|
||||
ui->cb_GndFlagSend->setChecked(true);
|
||||
ui->le_TextCodec->setText("latin1");
|
||||
CFsdSetup s;
|
||||
this->setValue(s);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user