From 19a25a42ff8d92e003c1da36c247c05a465770cc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 12 Oct 2016 18:34:38 +0000 Subject: [PATCH] Fix the bug connected with setting start of yellow click-to-decode line in Fast Graph. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7169 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 91d48f3d8..c50b8867f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -827,6 +827,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, if(m_bFastMode) { int ntr[]={5,10,15,30}; m_TRperiod=ntr[m_TRindex-11]; + m_fastGraph->setTRperiod(m_TRperiod); } statusChanged();