mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-02 13:17:49 -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;
|
m_startAnother=m_loopall;
|
||||||
decodes_.nQDecoderDone=1;
|
decodes_.nQDecoderDone=1;
|
||||||
|
decodes_.kHzRequested=0;
|
||||||
if(m_diskData) decodes_.nQDecoderDone=2;
|
if(m_diskData) decodes_.nQDecoderDone=2;
|
||||||
mem_qmap.lock();
|
mem_qmap.lock();
|
||||||
decodes_.nWDecoderBusy=ipc_wsjtx[3]; //Prevent overwriting values
|
decodes_.nWDecoderBusy=ipc_wsjtx[3]; //Prevent overwriting values
|
||||||
|
Loading…
x
Reference in New Issue
Block a user