mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-16 12:48:42 -04:00
Call FoxReset(); only when in Fox mode because it erases the decodedTextBrowser.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user