From 9e6ecbe8f4b507977a3bcaeb0a73f0fa1bb1635e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 6 Jan 2023 15:10:44 -0500 Subject: [PATCH] Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner. Should have been inincluded in v2.6.0 !! --- widgets/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 13379b8ac..977946d03 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7041,7 +7041,6 @@ void MainWindow::on_actionQ65_triggered() ui->rh_decodes_title_label->setText(tr ("Average Decodes")); ui->lh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message")); ui->rh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message")); - fast_config(m_bFastMode); statusChanged(); m_specOp=m_config.special_op_id();