Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner.

This commit is contained in:
Joe Taylor 2022-12-28 09:25:42 -05:00
parent e398b6a33d
commit ce8bc142f6

View File

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