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 !!

This commit is contained in:
Joe Taylor 2023-01-06 15:10:44 -05:00
parent 245ebfa4d6
commit 9e6ecbe8f4

View File

@ -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();