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
This commit is contained in:
Bill Somerville 2017-07-31 01:28:33 +00:00
parent 6cb3b157d1
commit 3486c7b8aa
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {