git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7155 ab8295b8-cf94-4d9e-aec4-7959e3be5d79

This commit is contained in:
Joe Taylor 2016-10-06 18:56:16 +00:00
parent ff25140273
commit eebcdcd42a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}