Fixed restore last message functionality
This commit is contained in:
parent
587ec5ee3c
commit
160f02ba15
@ -6348,6 +6348,7 @@ bool MainWindow::prepareNextMessageFrame()
|
|||||||
// append this frame to the total message sent so far
|
// append this frame to the total message sent so far
|
||||||
auto dt = DecodedText(frame, bits, m_nSubMode);
|
auto dt = DecodedText(frame, bits, m_nSubMode);
|
||||||
m_totalTxMessage.append(dt.message());
|
m_totalTxMessage.append(dt.message());
|
||||||
|
m_lastMessageSent.append(dt.message());
|
||||||
ui->extFreeTextMsgEdit->setCharsSent(m_totalTxMessage.length());
|
ui->extFreeTextMsgEdit->setCharsSent(m_totalTxMessage.length());
|
||||||
m_txFrameCountSent += 1;
|
m_txFrameCountSent += 1;
|
||||||
qDebug() << "total sent:" << m_txFrameCountSent << "\n" << m_totalTxMessage;
|
qDebug() << "total sent:" << m_txFrameCountSent << "\n" << m_totalTxMessage;
|
||||||
|
Loading…
Reference in New Issue
Block a user