From fb2592453da6c4a996884a690c712457c056fae9 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 9 Jan 2017 22:54:40 +0000 Subject: [PATCH] Ensure that startup in FreqCal mode selects the first monitoring frequency git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7469 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9354a4951..513028c7d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1536,6 +1536,8 @@ void MainWindow::on_monitorButton_clicked (bool checked) setRig (m_lastMonitoredFrequency); setXIT (ui->TxFreqSpinBox->value ()); } + // ensure FreqCal triggers + on_RxFreqSpinBox_valueChanged (ui->RxFreqSpinBox->value ()); } //Get Configuration in/out of strict split and mode checking @@ -4557,7 +4559,6 @@ void MainWindow::on_actionFreqCal_triggered() m_hsymStop=96; m_frequency_list_fcal_iter = m_config.frequencies ()->begin (); ui->RxFreqSpinBox->setValue(1500); - on_RxFreqSpinBox_valueChanged (ui->RxFreqSpinBox->value ()); // ensure triggers setup_status_bar (true); // 18:15:47 0 1 1500 1550.349 0.100 3.5 10.2 ui->decodedTextLabel->setText(" UTC Freq CAL Offset fMeas DF Level S/N");