From 3486c7b8aa56da72fe52024038f2acc823f0bdfa Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 31 Jul 2017 01:28:33 +0000 Subject: [PATCH] Fix FT8 call first behaviour with "Lock Tx=Rx" Call first combined with "Lock Tx=Rx" (why would anyone consider doing that!) should continue on the Tx frequency of the station being worked and not be switched another calling station's frequency. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7972 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 0b8ec0712..39c949d91 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3933,7 +3933,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl } // if we get here then we are reacting to the message - + if (m_bAutoReply) m_bCallingCQ = CALLING == m_QSOProgress; QString s1=m_QSOText.string().trimmed(); QString s2=t2.trimmed(); if (s1!=s2 and !decodedtext.isTX()) {