mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-15 15:24:25 -04:00
Fix another bug in setting frequencies through Commander.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3474 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+3
-1
@@ -2988,7 +2988,9 @@ void MainWindow::setXIT(int n)
|
||||
msgBox(rt);
|
||||
}
|
||||
}
|
||||
if(m_bSplit) ret=rig->setSplitFreq(MHz(m_dialFreq)+xit,RIG_VFO_B);
|
||||
if(m_bSplit) {
|
||||
ret=rig->setSplitFreq(MHz(m_dialFreq)+xit,RIG_VFO_B);
|
||||
}
|
||||
}
|
||||
if(m_bSplit) soundOutThread.setXIT(xit);
|
||||
if(!m_bSplit) soundOutThread.setXIT(0);
|
||||
|
||||
Reference in New Issue
Block a user