From 1ee6d41570a5b4666be7c281e87733ed3f371f6d Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 6 Dec 2014 20:19:48 +0000 Subject: [PATCH] Ensure split Tx frequency agrees with UI before transmitting git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4778 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5dce44575..8e39d4cfd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1491,6 +1491,7 @@ void MainWindow::guiUpdate() if(g_iptt==0 and ((bTxTime and fTR<0.4) or m_tune )) { icw[0]=m_ncw; g_iptt = 1; + setXIT (ui->TxFreqSpinBox->value ()); // ensure correct offset Q_EMIT m_config.transceiver_ptt (true); ptt1Timer->start(200); //Sequencer delay }