Fix a bug intruduced in r7060 that prevented reading .wav files in fast modes.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7069 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-09-09 17:46:09 +00:00
parent 696aab8422
commit 05c19aecd2
1 changed files with 1 additions and 0 deletions

View File

@ -1032,6 +1032,7 @@ void MainWindow::setDecodedTextFont (QFont const& font)
void MainWindow::fixStop()
{
m_hsymStop=179;
if(m_mode=="WSPR-2") {
m_hsymStop=396;
} else if(m_mode=="WSPR-15") {