From 65ed409806a721e6fcd46eaf5939816bf43b3f32 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 6 Jun 2015 10:11:29 +0000 Subject: [PATCH] Revert unintended change in r5542 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5544 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index f2992ec41..5a7a77336 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4303,8 +4303,7 @@ void MainWindow::bandHopping() << "tune:" << hop_data.tune_required_ << "tx:" << hop_data.tx_next_; -// if (m_auto &&hop_data.tx_next_) { - if ( m_auto && next_tx_state(m_pctx) ) { + if (m_auto &&hop_data.tx_next_) { m_nrx = 0; } else { m_nrx = 1;