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
@@ -27,7 +27,6 @@ namespace BlackGui
|
||||
{
|
||||
ui->setupUi(this);
|
||||
m_minHeightInfoArea = ui->comp_CockpitInfoArea->minimumHeight();
|
||||
this->activateTextMessages(true);
|
||||
|
||||
connect(ui->wip_CockpitComPanelShowHideBar, &CShowHideBar::toggleShowHide, this, &CCockpitComponent::onToggleShowHideDetails);
|
||||
connect(ui->comp_CockpitComComponent, &CCockpitComComponent::requestCom1TextMessage, this, &CCockpitComponent::onRequestTextMessageCom1);
|
||||
|
||||
Reference in New Issue
Block a user