Update Tx frequency to the WSPR value after change to WSPR mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5772 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-08-10 14:18:57 +00:00
parent a9ed7a04d9
commit 54c9ebec74
1 changed files with 1 additions and 0 deletions

View File

@ -3105,6 +3105,7 @@ void MainWindow::on_actionWSPR_2_triggered()
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
WSPR_config(true);
ui->TxFreqSpinBox->setValue(ui->WSPRfreqSpinBox->value());
}
void MainWindow::on_actionWSPR_15_triggered()