mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Fix Enable Tx is locked when switching from SH to SF, and make sure m_XIT is zero.
This commit is contained in:
parent
c2cf7d3353
commit
5172c1da52
@ -2671,8 +2671,10 @@ void MainWindow::statusChanged()
|
||||
if (SpecOp::FOX==m_specOp) {
|
||||
ui->pbFreeText->setVisible(true);
|
||||
ui->cbSendMsg->setVisible(true);
|
||||
ui->txb6->click();
|
||||
if (m_config.superFox()) {
|
||||
ui->sbNslots->setVisible(true);
|
||||
m_XIT=0;
|
||||
if(ui->cbSendMsg->isChecked()) {
|
||||
ui->sbNslots->setValue(2);
|
||||
m_Nslots=2;
|
||||
|
Loading…
Reference in New Issue
Block a user