Fixed bug with EOT character replacement
This commit is contained in:
parent
401ea39e5b
commit
0f225c2be4
@ -9754,7 +9754,7 @@ void MainWindow::processRxActivity() {
|
|||||||
|
|
||||||
// if we're the last message, let's display our EOT character
|
// if we're the last message, let's display our EOT character
|
||||||
if (isLast) {
|
if (isLast) {
|
||||||
d.text = QString("%1 %2 ").arg(Varicode::rstrip(d.text).arg(m_config.eot()));
|
d.text = QString("%1 %2 ").arg(Varicode::rstrip(d.text)).arg(m_config.eot());
|
||||||
}
|
}
|
||||||
|
|
||||||
// log it to the display!
|
// log it to the display!
|
||||||
|
Loading…
Reference in New Issue
Block a user