Merge branch 'arrl-digi-dx' of bitbucket.org:k1jt/wsjtx into arrl-digi-dx

This commit is contained in:
Steven Franke 2022-04-22 07:50:15 -05:00
commit 7021477e21

View File

@ -3760,7 +3760,7 @@ void MainWindow::readFromStdout() //readFromStdout
(ui->respondComboBox->currentText()=="CQ: Max Dist" and m_ActiveStationsWidget==NULL) or
(m_ActiveStationsWidget!=NULL and !m_ActiveStationsWidget->isVisible());
QString t=decodedtext.messageWords()[4];
if(t.contains("R+") or t.contains("R-") or t.contains("R ")) bProcessMsgNormally=true;
if(t.contains("R+") or t.contains("R-") or t=="R" or t=="RRR" or t=="RR73") bProcessMsgNormally=true;
if(bProcessMsgNormally) {
m_bDoubleClicked=true;
m_bAutoReply = true;