From a0ff0049c1de87caa4c506d3adb088cf30dbbec3 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 9 Sep 2016 17:46:09 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8d196d869..ce456a086 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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") {