From c4e1c36ccefd4d391e8919f1f8e1b2385570e232 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 10 Nov 2015 23:26:42 +0000 Subject: [PATCH] Only change mode on double-click of a decode in dual mode Automatic mode change between JT9 and JT65 should only happen when dual JT9+JT65 mode is selected. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6071 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index e1db430f0..d852cb281 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2332,7 +2332,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl } // only allow automatic mode changes between JT9 and JT65, and when not transmitting - if (!m_transmitting and m_mode != "JT4") { + if (!m_transmitting and m_mode == "JT9+JT65") { if (decodedtext.isJT9()) { m_modeTx="JT9";