From 226b17d0eaac79699b32ee1372dd767153cccedc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 25 Jan 2024 10:57:15 -0500 Subject: [PATCH] Q65/JT65/JT4: Always display messages containing MyCall in the right window. --- widgets/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 8c9a08876..f817813d5 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4265,7 +4265,8 @@ void MainWindow::readFromStdout() //readFromStdout !m_config.enable_VHF_features()) bDisplayRight=true; } if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false; - if((m_mode=="JT4" or m_mode=="Q65" or m_mode=="JT65") and decodedtext.string().contains(m_baseCall) && ui->actionInclude_averaging->isVisible() && !ui->actionInclude_averaging->isChecked()) bDisplayRight=true; + if((m_mode=="JT4" or m_mode=="Q65" or m_mode=="JT65") and + decodedtext.string().contains(m_baseCall)) bDisplayRight=true; if (bDisplayRight) { // This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,