mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-24 11:04:24 -04:00
Erase ActiveStations window when decoding starts.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user