From ce8bc142f6173322d8fb4008eb83d3b3e3c5a570 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 28 Dec 2022 09:25:42 -0500 Subject: [PATCH] Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner. --- widgets/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index d748f8931..b922b86d9 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7089,7 +7089,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();