mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -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);
|
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");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user