Replace commented-out frequency-setting statement. Make sure that RxFreqSpinBox is visible in JT4 mode,

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7207 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-10-20 13:16:58 +00:00
parent a83b2e6910
commit 78840744cb
1 changed files with 2 additions and 2 deletions

View File

@ -4198,6 +4198,7 @@ void MainWindow::on_actionJT4_triggered()
ui->sbSubmode->setMaximum(6);
ui->label_6->setText("Single-Period Decodes");
ui->label_7->setText("Average Decodes");
ui->RxFreqSpinBox->setVisible(true);
if(bVHF) {
ui->sbSubmode->setValue(m_nSubMode);
} else {
@ -4540,8 +4541,7 @@ void MainWindow::band_changed (Frequency f)
m_lastBand.clear ();
m_bandEdited = false;
psk_Reporter->sendReport(); // Upload any queued spots before changing band
// Following statement commented out 10/18/2016 by K1JT, to prevent undesired start of Monitor.
// if (!m_transmitting) monitor (true);
if (!m_transmitting) monitor (true);
m_freqNominal = f;
m_freqTxNominal = m_freqNominal;
if (m_astroWidget) m_astroWidget->nominal_frequency (m_freqNominal, m_freqTxNominal);