Double-click on a call in Messages now updates the signal report in Q65 mode.

This commit is contained in:
Joe Taylor 2021-05-19 15:58:39 -04:00
parent 4f70b808cd
commit c78e43e960
1 changed files with 4 additions and 1 deletions

View File

@ -1807,7 +1807,10 @@ void MainWindow::doubleClickOnMessages(QString hiscall, QString t2)
lookup();
}
genStdMsgs("");
QString rpt="";
if(m_modeTx=="Q65") rpt=t2.mid(20,3);
genStdMsgs(rpt);
if(t2.indexOf(m_myCall)>0) {
m_ntx=2;
ui->txrb2->setChecked(true);