mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 18:38:43 -04:00
Fix "CTRL-double-click-on-callsign" so it gets the correct S/N report.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2588 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6f1f404d2d
commit
1beb5daeae
@ -1603,7 +1603,7 @@ void MainWindow::on_txb6_clicked() //txb6
|
||||
m_restart=true;
|
||||
}
|
||||
|
||||
void MainWindow::selectCall2(bool ctrl) //selectCall2
|
||||
void MainWindow::selectCall2(bool ctrl) //selectCall2
|
||||
{
|
||||
QString t = ui->decodedTextBrowser->toPlainText(); //Full contents
|
||||
int i=ui->decodedTextBrowser->textCursor().position();
|
||||
@ -1634,7 +1634,7 @@ void MainWindow::doubleClickOnCall(QString hiscall, bool ctrl)
|
||||
}
|
||||
ui->txFirstCheckBox->setChecked(m_txFirst);
|
||||
QString rpt="";
|
||||
if(ctrl) rpt=t2.mid(23,3);
|
||||
if(ctrl) rpt=t2.mid(25,3);
|
||||
lookup();
|
||||
genStdMsgs(rpt);
|
||||
if(t2.indexOf(m_myCall)>0) {
|
||||
|
Loading…
Reference in New Issue
Block a user