Fully configure WideGpahe after switching to JT65 mode.

This commit is contained in:
Joe Taylor 2020-09-20 10:17:27 -04:00
parent e79c5f6576
commit 1ab59a8d6b
1 changed files with 3 additions and 0 deletions

View File

@ -6297,6 +6297,9 @@ void MainWindow::on_actionJT65_triggered()
m_wideGraph->setPeriod(m_TRperiod,m_nsps);
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setRxFreq(ui->RxFreqSpinBox->value());
m_wideGraph->setTol(ui->sbFtol->value());
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
setup_status_bar (bVHF);
m_bFastMode=false;
m_bFast9=false;