Fixed trailing space on text restore
This commit is contained in:
+1
-1
@@ -6226,7 +6226,7 @@ void MainWindow::restoreMessage(){
|
|||||||
if(m_lastTxMessage.isEmpty()){
|
if(m_lastTxMessage.isEmpty()){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
addMessageText(m_lastTxMessage, true);
|
addMessageText(Varicode::rstrip(m_lastTxMessage), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::resetMessageTransmitQueue(){
|
void MainWindow::resetMessageTransmitQueue(){
|
||||||
|
|||||||
Reference in New Issue
Block a user