Don't let unchecking the Sh box make Auto-Seq available in JT65 mode.

This commit is contained in:
Joe Taylor 2018-11-12 12:52:20 -05:00
parent f850b09315
commit b240e60d7d
1 changed files with 0 additions and 4 deletions

View File

@ -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