mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 14:17:52 -04: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);
|
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()
|
void::MainWindow::fast_decode_done()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user