From 68be179f344ba88caffe139c2f92d248b952f3d3 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 17 Sep 2016 15:32:01 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 350fe9a78..730427180 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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();