mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fully configure WideGpahe after switching to JT65 mode.
This commit is contained in:
parent
e79c5f6576
commit
1ab59a8d6b
@ -6297,6 +6297,9 @@ void MainWindow::on_actionJT65_triggered()
|
|||||||
m_wideGraph->setPeriod(m_TRperiod,m_nsps);
|
m_wideGraph->setPeriod(m_TRperiod,m_nsps);
|
||||||
m_wideGraph->setMode(m_mode);
|
m_wideGraph->setMode(m_mode);
|
||||||
m_wideGraph->setModeTx(m_modeTx);
|
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);
|
setup_status_bar (bVHF);
|
||||||
m_bFastMode=false;
|
m_bFastMode=false;
|
||||||
m_bFast9=false;
|
m_bFast9=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user