mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Erase ActiveStations window when decoding starts.
This commit is contained in:
parent
f6c608b227
commit
db33624da1
@ -3257,6 +3257,7 @@ void MainWindow::decode() //decode()
|
||||
decodeBusy(true);
|
||||
}
|
||||
}
|
||||
if((m_mode=="FT4" or m_mode=="FT8") and m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
|
||||
}
|
||||
|
||||
void::MainWindow::fast_decode_done()
|
||||
|
Loading…
Reference in New Issue
Block a user