mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Set m_mode_Tx="JT9" when mode is switched to JT9.
This commit is contained in:
parent
c612efeec1
commit
d08ee43fc6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user