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
This commit is contained in:
Steven Franke 2017-09-22 20:36:52 +00:00
parent 5b1652141b
commit 494ece8e37
1 changed files with 1 additions and 0 deletions

View File

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