1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-13 06:48:39 -04:00

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);
setXIT (ui->TxFreqSpinBox->value ());
// when changing bands, don't preserve the Fox queues
FoxReset("BandChange");
m_specOp=m_config.special_op_id();
if (m_specOp==SpecOp::FOX) FoxReset("BandChange"); // when changing bands, don't preserve the Fox queues
}
}