mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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
This commit is contained in:
parent
995fcf5359
commit
19a25a42ff
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user