From 200168fd370295305a2af16a9ed43508bc889a62 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Jan 2024 10:00:12 -0500 Subject: [PATCH] Reset QMAP's kHzRequested to 0 after the QSY is executed in WSJT-X. --- qmap/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qmap/mainwindow.cpp b/qmap/mainwindow.cpp index 96cc7bcc8..beae30d04 100644 --- a/qmap/mainwindow.cpp +++ b/qmap/mainwindow.cpp @@ -740,6 +740,7 @@ void MainWindow::decoderFinished() { m_startAnother=m_loopall; decodes_.nQDecoderDone=1; + decodes_.kHzRequested=0; if(m_diskData) decodes_.nQDecoderDone=2; mem_qmap.lock(); decodes_.nWDecoderBusy=ipc_wsjtx[3]; //Prevent overwriting values