Ensure WF submode gets reverted to A in dual JT9+JT65 mode

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6266 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-12-12 11:55:41 +00:00
parent 514844865b
commit 64e246e33d

View File

@ -3488,6 +3488,8 @@ void MainWindow::on_actionJT9_JT65_triggered()
VHF_controls_visible(false); VHF_controls_visible(false);
WSPR_config(false); WSPR_config(false);
fast_config(false); fast_config(false);
ui->sbSubmode->setValue(0);
ui->sbTR->setValue(0);
ui->label_6->setText("Band Activity"); ui->label_6->setText("Band Activity");
ui->label_7->setText("Rx Frequency"); ui->label_7->setText("Rx Frequency");
ui->ClrAvgButton->setVisible(false); ui->ClrAvgButton->setVisible(false);