From db33624da187f794c448485c0d07fb7961d5c278 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 19 Mar 2022 16:37:19 -0400 Subject: [PATCH] Erase ActiveStations window when decoding starts. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 3fc17b918..90c484404 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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()