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:
Klaus Basan
2019-02-14 19:27:53 +01:00
committed by Mat Sutcliffe
parent dfd3d9f884
commit d68726080f
4 changed files with 33 additions and 19 deletions

View File

@@ -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);