From 3929f97680601919a84ecbd96701bcbb20c00f5d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 22 Feb 2018 14:45:28 +0000 Subject: [PATCH] Default for Fox is "Hold Tx Freq" ON. Default to message Tx1 for Hound. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8523 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 992a6ca71..96738fa68 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4992,6 +4992,7 @@ void MainWindow::on_actionFT8_triggered() if(m_config.bFox()) { ui->txFirstCheckBox->setChecked(true); ui->txFirstCheckBox->setEnabled(false); + ui->cbHoldTxFreq->setChecked(true); ui->cbAutoSeq->setEnabled(false); ui->tabWidget->setCurrentIndex(2); ui->TxFreqSpinBox->setValue(300); @@ -5007,6 +5008,7 @@ void MainWindow::on_actionFT8_triggered() ui->cbHoldTxFreq->setChecked(true); displayWidgets(nWidgets("11101000010011000001000000000011")); ui->labDXped->setText("DXpedition: Hound"); + ui->txrb1->setChecked(true); ui->txrb2->setEnabled(false); ui->txrb4->setEnabled(false); ui->txrb5->setEnabled(false);