Fixed trailing space on text restore
This commit is contained in:
parent
e7e7b49a5d
commit
4411d9210e
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user