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:
Joe Taylor 2016-09-17 15:32:01 +00:00
parent c4d00b0f47
commit 68be179f34
1 changed files with 2 additions and 2 deletions

View File

@ -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();