mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T536, Ref T531 improved message handling
* do not activate COM/ATC overlay messages as central frame overlay is used * ignore signals if not activated
This commit is contained in:
committed by
Mat Sutcliffe
parent
dfd3d9f884
commit
d68726080f
@@ -70,8 +70,6 @@ namespace BlackGui
|
||||
CUpperCaseValidator *ucv = new CUpperCaseValidator(ui->le_AtcStationsOnlineMetar);
|
||||
ui->le_AtcStationsOnlineMetar->setValidator(ucv);
|
||||
|
||||
this->activateTextMessages(true);
|
||||
|
||||
// some icons
|
||||
ui->tb_AtcStationsAtisReload->setIcon(CIcons::atis());
|
||||
ui->tb_AtcStationsAtisReload->setText("ATIS");
|
||||
|
||||
Reference in New Issue
Block a user