From 494ece8e3793c249b882b856251271886e2ae8cb Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Fri, 22 Sep 2017 20:36:52 +0000 Subject: [PATCH] Make sure that fastGrph is properly initialized. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8106 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4b57de821..b1df95b75 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4938,6 +4938,7 @@ void MainWindow::on_actionMSK144_triggered() m_bFastMode=true; m_bFast9=false; m_TRperiod = ui->sbTR->value (); + m_fastGraph->setTRperiod (m_TRperiod); m_wideGraph->hide(); m_fastGraph->show(); ui->TxFreqSpinBox->setValue(1500);