mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-31 13:52:27 -04:00
Swtich from a fast mode to Q65 now closes FastGraph and opens WideGraph, as it should.
This commit is contained in:
parent
3d9a099fce
commit
d42363587e
@ -6428,6 +6428,7 @@ void MainWindow::on_actionQ65_triggered()
|
|||||||
m_modeTx="Q65";
|
m_modeTx="Q65";
|
||||||
ui->actionQ65->setChecked(true);
|
ui->actionQ65->setChecked(true);
|
||||||
switch_mode(Modes::Q65);
|
switch_mode(Modes::Q65);
|
||||||
|
fast_config(false);
|
||||||
setup_status_bar(true);
|
setup_status_bar(true);
|
||||||
m_nsps=6912; //For symspec only
|
m_nsps=6912; //For symspec only
|
||||||
m_FFTSize = m_nsps / 2;
|
m_FFTSize = m_nsps / 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user