From eebcdcd42a6e843418f1ca1d694b1c02e7cfad4d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 6 Oct 2016 18:56:16 +0000 Subject: [PATCH] git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7155 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1031600f8..b2be82505 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4570,7 +4570,7 @@ void MainWindow::band_changed (Frequency f) // adjust DF:s int shift = f - m_freqNominal; ui->RxFreqSpinBox->setValue (ui->RxFreqSpinBox->value () - shift); - if (!m_config.enable_VHF_features ()) // for VHF & up we fix the Tx DF + if (!m_config.enable_VHF_features ()) // for VHF & up we fix the Tx DF { ui->TxFreqSpinBox->setValue (ui->TxFreqSpinBox->value () - shift); }