mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-31 16:38:35 -04:00
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:
parent
a83b2e6910
commit
78840744cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user