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
This commit is contained in:
Bill Somerville 2015-11-10 23:26:42 +00:00
parent ebee6c6ba8
commit 59b494a13f
1 changed files with 1 additions and 1 deletions

View File

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