Repair an auto-sequencing defect with UDP Reply message handling

This commit is contained in:
Bill Somerville 2020-08-29 14:04:29 +01:00
parent d522239492
commit 64f29318aa
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -5170,7 +5170,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
&& !m_bDoubleClicked && m_mode!="FT4") {
return;
}
if(m_config.quick_call()) auto_tx_mode(true);
if(m_config.quick_call() && m_bDoubleClicked) auto_tx_mode(true);
m_bDoubleClicked=false;
}