From 60bc4484130ef4b2a1cc811b312443e423762b72 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 23 Jun 2023 13:19:51 -0400 Subject: [PATCH] For Q65, don't display decodes within 10 Hz of fQSO in the right window. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 8ff9f40e7..bd1f44480 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4154,6 +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 (bDisplayRight) { // This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,