From ffb6d3624f3ae4a3f76cb449704698bcc855a66f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 21 Mar 2019 09:33:37 -0400 Subject: [PATCH] In FT4 mode, display only "for us" and Tx messages in right window. --- widgets/mainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 26c7229f8..f0b4b01de 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8759,9 +8759,7 @@ void MainWindow::ft4_rx(int k) m_bAutoReply = true; ui->cbFirst->setStyleSheet(""); } - if(for_us or ((qAbs(audioFreq - ui->TxFreqSpinBox->value()) <= 150) and parts[iFirstCall]!="CQ")) { - // This msg contains MyCall, or is within 150 hertz of our Tx frequency - // (Is that the best logic to use here??) + if(for_us) { ui->decodedTextBrowser2->displayDecodedText(decodedtext,m_baseCall, m_mode,m_config.DXCC(),m_logBook,m_currentBand,m_config.ppfx()); if(decodedtext.string().trimmed().contains(m_inQSOwith)) processMessage(decodedtext);