From ce2e94de261ddfca86bf3bdbaeefaaebfbcd7d15 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Thu, 20 Jul 2023 17:23:29 +0200 Subject: [PATCH] For Q65, don't display decodes within 10 Hz of fQSO in the right window, but still display all messages for us. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index c09db99be..4ac7d839f 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4154,7 +4154,7 @@ void MainWindow::readFromStdout() //readFromStdout if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and !m_config.enable_VHF_features()) bDisplayRight=true; } - if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false; + if(m_mode=="Q65" and !bAvgMsg and !decodedtext.string().contains(m_baseCall)) bDisplayRight=false; if (bDisplayRight) { // This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,