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 66f0ec05b4
commit 81e11c06ad
1 changed files with 2 additions and 0 deletions

View File

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