mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner.
This commit is contained in:
parent
e398b6a33d
commit
ce8bc142f6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user