Erase ActiveStations only once per Rx sequence.

This commit is contained in:
Joe Taylor 2022-03-19 16:53:13 -04:00
parent db33624da1
commit 304a04328a

View File

@ -3257,7 +3257,9 @@ void MainWindow::decode() //decode()
decodeBusy(true);
}
}
if((m_mode=="FT4" or m_mode=="FT8") and m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
qDebug() << "aa" << m_ihsym;
if((m_mode=="FT4" or (m_mode=="FT8" and m_ihsym==41) or m_diskData) and
m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
}
void::MainWindow::fast_decode_done()