mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Reset QMAP's kHzRequested to 0 after the QSY is executed in WSJT-X.
This commit is contained in:
parent
b7efe4d26d
commit
200168fd37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user