From 2fd2e0c7febff8b70a50e18480fc0499ae7816d2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 30 Jan 2018 17:42:15 +0000 Subject: [PATCH] Hide the "Hold Tx Freq" checkbox when in Hound mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8445 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c9266c814..7ae94c8b2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4956,7 +4956,7 @@ void MainWindow::on_actionFT8_triggered() ui->cbAutoSeq->setEnabled(false); ui->tabWidget->setCurrentIndex(0); ui->cbHoldTxFreq->setChecked(true); - displayWidgets(nWidgets("11101000010011100001000010000011")); + displayWidgets(nWidgets("11101000010011000001000010000011")); ui->labDXped->setText("DXpedition: Hound"); ui->txrb2->setEnabled(false); ui->txrb4->setEnabled(false);