Set m_mode_Tx="JT9" when mode is switched to JT9.

This commit is contained in:
Joe Taylor 2018-11-30 15:52:11 -05:00
parent c612efeec1
commit d08ee43fc6
1 changed files with 1 additions and 1 deletions

View File

@ -5638,7 +5638,7 @@ void MainWindow::on_actionJT9_triggered()
m_bFastMode=m_bFast9;
WSPR_config(false);
switch_mode (Modes::JT9);
if(m_modeTx!="JT9") on_pbTxMode_clicked();
m_modeTx="JT9";
m_nsps=6912;
m_FFTSize = m_nsps / 2;
Q_EMIT FFTSize (m_FFTSize);