From 601193b9d74f4a48aea1554c22533a77d3391ded Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 20 Nov 2017 21:04:19 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 03df130be..35c3ad4ad 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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," "};