Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5

This commit is contained in:
Bill Somerville 2018-11-24 21:26:49 +00:00
commit 49b87fb5a6
1 changed files with 10 additions and 8 deletions

View File

@ -6490,6 +6490,7 @@ void MainWindow::on_readFreq_clicked()
void MainWindow::on_pbTxMode_clicked() void MainWindow::on_pbTxMode_clicked()
{ {
if(m_mode=="JT9+JT65") {
if(m_modeTx=="JT9") { if(m_modeTx=="JT9") {
m_modeTx="JT65"; m_modeTx="JT65";
ui->pbTxMode->setText("Tx JT65 #"); ui->pbTxMode->setText("Tx JT65 #");
@ -6499,6 +6500,7 @@ void MainWindow::on_pbTxMode_clicked()
} }
m_wideGraph->setModeTx(m_modeTx); m_wideGraph->setModeTx(m_modeTx);
statusChanged(); statusChanged();
}
} }
void MainWindow::setXIT(int n, Frequency base) void MainWindow::setXIT(int n, Frequency base)