From f259da8813838544ff955e3daaa2f160ca9fc1a2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 10 Aug 2015 14:18:57 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index f4694c3c4..eeeac1d82 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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()