From 16598f2ed86786e91b392204dab2042481d4c048 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 27 Aug 2018 13:32:43 -0400 Subject: [PATCH] Color highlighting to right window also on a repeat decode. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 6f6a2be8e..b142e7350 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4484,7 +4484,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie QString s2 = message.string ().trimmed(); if (s1!=s2 and !message.isTX()) { if (!s2.contains(m_baseCall) or m_mode=="MSK144") { // Taken care of elsewhere if for_us and slow mode - ui->decodedTextBrowser2->displayDecodedText(message, m_baseCall,false, + ui->decodedTextBrowser2->displayDecodedText(message, m_baseCall,m_config.DXCC(), m_logBook,m_currentBand,m_config.ppfx()); } m_QSOText = s2;