mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Don't let unchecking the Sh box make Auto-Seq available in JT65 mode.
This commit is contained in:
parent
f850b09315
commit
b240e60d7d
@ -7068,10 +7068,6 @@ void MainWindow::on_cbShMsgs_toggled(bool b)
|
||||
m_bShMsgs=b;
|
||||
if(b) ui->cbSWL->setChecked(false);
|
||||
if(m_bShMsgs and (m_mode=="MSK144")) ui->rptSpinBox->setValue(1);
|
||||
if(m_mode=="JT65") {
|
||||
ui->cbAutoSeq->setVisible(!b);
|
||||
if(b) ui->cbAutoSeq->setChecked(false);
|
||||
}
|
||||
int it0=itone[0];
|
||||
int ntx=m_ntx;
|
||||
m_lastCallsign.clear (); // ensure Tx5 gets updated
|
||||
|
Loading…
Reference in New Issue
Block a user