mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-10 10:32:33 -04: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);
|
decodeBusy(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if((m_mode=="FT4" or m_mode=="FT8") 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