Call FoxReset(); only when in Fox mode because it erases the decodedTextBrowser.

This commit is contained in:
Uwe Risse 2023-03-22 12:05:04 +01:00
parent c249d1fe7b
commit d08a056c8e

View File

@ -7837,9 +7837,8 @@ void MainWindow::band_changed (Frequency f)
} }
setRig (f); setRig (f);
setXIT (ui->TxFreqSpinBox->value ()); setXIT (ui->TxFreqSpinBox->value ());
m_specOp=m_config.special_op_id();
// when changing bands, don't preserve the Fox queues if (m_specOp==SpecOp::FOX) FoxReset("BandChange"); // when changing bands, don't preserve the Fox queues
FoxReset("BandChange");
} }
} }