mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-16 04:32:34 -04:00
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:
parent
ebee6c6ba8
commit
59b494a13f
@ -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
|
// 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())
|
if (decodedtext.isJT9())
|
||||||
{
|
{
|
||||||
m_modeTx="JT9";
|
m_modeTx="JT9";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user