mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
696aab8422
commit
05c19aecd2
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user