mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
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:
parent
a9ed7a04d9
commit
54c9ebec74
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user