diff --git a/mainwindow.cpp b/mainwindow.cpp index 9efb846..7d94050 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -6226,7 +6226,7 @@ void MainWindow::restoreMessage(){ if(m_lastTxMessage.isEmpty()){ return; } - addMessageText(m_lastTxMessage, true); + addMessageText(Varicode::rstrip(m_lastTxMessage), true); } void MainWindow::resetMessageTransmitQueue(){