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
This commit is contained in:
Bill Somerville 2015-06-06 10:11:29 +00:00
parent 88e838a76d
commit 65ed409806

View File

@ -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;