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:
parent
c249d1fe7b
commit
d08a056c8e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user