1. Oops, inadvertently I clobbered a Win32-only line while editing unix

code.  
2. Add a Setup option "Tx freq locked to Rx freq."  Needs testing!


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3318 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-28 19:34:18 +00:00
parent 9a424e0110
commit 8e56a3c2ef
6 changed files with 36 additions and 7 deletions
+1
View File
@@ -176,6 +176,7 @@ void WideGraph::setQSOfreq(int n)
{
m_qsoFreq=n;
ui->widePlot->setFQSO(m_qsoFreq,true);
if(m_lockTxFreq) setTxFreq(m_qsoFreq);
}
int WideGraph::QSOfreq()