mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Erase ActiveStations only once per Rx sequence.
This commit is contained in:
parent
db33624da1
commit
304a04328a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user