mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -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";
|
||||
ui->actionQ65->setChecked(true);
|
||||
switch_mode(Modes::Q65);
|
||||
fast_config(false);
|
||||
setup_status_bar(true);
|
||||
m_nsps=6912; //For symspec only
|
||||
m_FFTSize = m_nsps / 2;
|
||||
|
Loading…
Reference in New Issue
Block a user