mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
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:
parent
245ebfa4d6
commit
9e6ecbe8f4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user