From 8cbf31ebdf7014b9bea2f03c2a2e93144028ccd8 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sat, 14 Aug 2021 11:41:41 -0500 Subject: [PATCH] Ensure that tx1 and txb1 are properly enabled/disabled when changing special operating activity. --- widgets/mainwindow.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 190ad1e02..fd01effac 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -1891,7 +1891,10 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog ui->actionEnable_AP_JT65->setVisible(false); ui->actionAuto_Clear_Avg->setVisible(false); } - if(m_config.special_op_id()!=nContest0) ui->tx1->setEnabled(true); + if(m_config.special_op_id()!=nContest0) { + ui->tx1->setEnabled(true); + ui->txb1->setEnabled(true); + } chkFT4(); if(SpecOp::EU_VHF==m_config.special_op_id() and m_config.my_grid().size()<6) { MessageBox::information_message (this,