mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 02:24:27 -04:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user