mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Fixed FS9/FSX message handling as reported here: https://discordapp.com/channels/539048679160676382/567139633964646411/612104936574156870
This commit is contained in:
committed by
Mat Sutcliffe
parent
51ce3778b6
commit
25532497d6
@@ -286,7 +286,7 @@ namespace BlackSimPlugin
|
||||
|
||||
void CSimulatorFs9::displayTextMessage(const CTextMessage &message) const
|
||||
{
|
||||
this->displayStatusMessage(message.asStatusMessage(true, true));
|
||||
QMetaObject::invokeMethod(m_fs9Host.data(), "sendTextMessage", Q_ARG(QString, message.asString(true, true)));
|
||||
}
|
||||
|
||||
CStatusMessageList CSimulatorFs9::getInterpolationMessages(const CCallsign &callsign) const
|
||||
|
||||
Reference in New Issue
Block a user