mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-08 03:33:52 -04:00
If Monitor was OFF at start of band_changed(), return it to OFF when this function returns.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7306 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -4534,6 +4534,7 @@ void MainWindow::on_bandComboBox_activated (int index)
|
||||
|
||||
void MainWindow::band_changed (Frequency f)
|
||||
{
|
||||
bool monitor_off=!m_monitoring;
|
||||
// Set the attenuation value if options are checked
|
||||
QString curBand = ui->bandComboBox->currentText();
|
||||
if (m_config.pwrBandTxMemory() && !m_tune) {
|
||||
@@ -4576,6 +4577,7 @@ void MainWindow::band_changed (Frequency f)
|
||||
if (m_astroWidget) m_astroWidget->nominal_frequency (m_freqNominal, m_freqTxNominal);
|
||||
setRig ();
|
||||
setXIT (ui->TxFreqSpinBox->value ());
|
||||
if(monitor_off) monitor(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user