mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Write the "bare dot" to left text window only in FT8 mode!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a986a9b774
commit
601193b9d7
@ -2873,7 +2873,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
|
||||
//Left (Band activity) window
|
||||
if(!bAvgMsg) {
|
||||
if(m_config.bFox()) {
|
||||
if(m_mode=="FT8" and m_config.bFox()) {
|
||||
if(!m_bDisplayedOnce) {
|
||||
// This hack sets the font. Surely there's a better way!
|
||||
DecodedText dt{".",false," "};
|
||||
|
Loading…
Reference in New Issue
Block a user