mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 06:08:42 -05:00
Reconfigure mainwindow GUI properly after MSK144 -> WSPR -> MSK144.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7093 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c4d00b0f47
commit
68be179f34
@ -3962,7 +3962,7 @@ void MainWindow::on_actionMSK144_triggered()
|
||||
Q_EMIT FFTSize (m_FFTSize);
|
||||
setup_status_bar (true);
|
||||
m_toneSpacing=0.0;
|
||||
|
||||
WSPR_config(false);
|
||||
ui->pbTxMode->setVisible(false);
|
||||
VHF_features_enabled(true);
|
||||
VHF_controls_visible(true);
|
||||
@ -3972,7 +3972,7 @@ void MainWindow::on_actionMSK144_triggered()
|
||||
ui->sbSubmode->setVisible(false);
|
||||
m_bFastMode=true;
|
||||
m_bFast9=true;
|
||||
fast_config(m_bFastMode);
|
||||
fast_config(true);
|
||||
m_TRperiod=ui->sbTR->cleanText().toInt();
|
||||
m_wideGraph->hide();
|
||||
m_fastGraph->show();
|
||||
|
Loading…
Reference in New Issue
Block a user