mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T506, only use displayInInfoWindow if not an overlay text message widget
This commit is contained in:
committed by
Mat Sutcliffe
parent
3c314e9882
commit
f2722d78f7
@@ -232,6 +232,8 @@ void SwiftGuiStd::initGuiSignals()
|
||||
connect(m_navigator.data(), &CNavigatorDialog::navigatorClosed, this, &SwiftGuiStd::onNavigatorClosed);
|
||||
|
||||
// command line / text messages
|
||||
// here we display SUP messages and such in a central window
|
||||
ui->fr_CentralFrameInside->activateTextMessages(true);
|
||||
connect(ui->comp_MainInfoArea->getTextMessageComponent(), &CTextMessageComponent::displayInInfoWindow, ui->fr_CentralFrameInside, &COverlayMessagesFrame::showOverlayVariant);
|
||||
|
||||
// settings (GUI component), styles
|
||||
|
||||
Reference in New Issue
Block a user