mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T506, init text message overlay in cockpit/ATC component
This commit is contained in:
committed by
Mat Sutcliffe
parent
eddaeddfc4
commit
d6f3932e5b
@@ -69,6 +69,8 @@ namespace BlackGui
|
||||
CUpperCaseValidator *ucv = new CUpperCaseValidator(ui->le_AtcStationsOnlineMetar);
|
||||
ui->le_AtcStationsOnlineMetar->setValidator(ucv);
|
||||
|
||||
this->deferredActivate(this);
|
||||
|
||||
// some icons
|
||||
ui->tb_AtcStationsAtisReload->setIcon(CIcons::atis());
|
||||
ui->tb_AtcStationsAtisReload->setText("ATIS");
|
||||
|
||||
Reference in New Issue
Block a user