mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7154 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2066486115
commit
ff25140273
@ -4570,7 +4570,7 @@ void MainWindow::band_changed (Frequency f)
|
|||||||
// adjust DF:s
|
// adjust DF:s
|
||||||
int shift = f - m_freqNominal;
|
int shift = f - m_freqNominal;
|
||||||
ui->RxFreqSpinBox->setValue (ui->RxFreqSpinBox->value () - shift);
|
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);
|
ui->TxFreqSpinBox->setValue (ui->TxFreqSpinBox->value () - shift);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user