mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Repair an auto-sequencing defect with UDP Reply message handling
This commit is contained in:
parent
d522239492
commit
64f29318aa
@ -5170,7 +5170,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
|||||||
&& !m_bDoubleClicked && m_mode!="FT4") {
|
&& !m_bDoubleClicked && m_mode!="FT4") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(m_config.quick_call()) auto_tx_mode(true);
|
if(m_config.quick_call() && m_bDoubleClicked) auto_tx_mode(true);
|
||||||
m_bDoubleClicked=false;
|
m_bDoubleClicked=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user