From a36a99997b34ad7da196fd03e96d47ab45d1bb1e Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Thu, 24 Nov 2022 10:32:42 +0100 Subject: [PATCH] Fox mode: Display any reply from the Hound in the Rx Frequency window. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 6910cbea8..31a8a0b29 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3957,7 +3957,7 @@ void MainWindow::readFromStdout() //readFromStdout } if(SpecOp::FOX==m_specOp and decodedtext.string().contains(" DE ")) for_us=true; //Hound with compound callsign - if(SpecOp::FOX==m_specOp and for_us and (audioFreq<1000)) bDisplayRight=true; + if(SpecOp::FOX==m_specOp and for_us) bDisplayRight=true; if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true; } } else {