From 55daa1db7f6e963e713b99253120d9e54ff9bb49 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 18 Oct 2018 19:32:54 +0100 Subject: [PATCH] New DXCC highlighting is possible again --- displaytext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/displaytext.cpp b/displaytext.cpp index 4e037fa3d..bc51734b6 100644 --- a/displaytext.cpp +++ b/displaytext.cpp @@ -241,7 +241,7 @@ QString DisplayText::appendWorkedB4(QString message, QString const& callsign, QS if (!countryWorkedBefore) { // therefore not worked call either // appendage += "!"; - set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::CQ); + set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCC); } else { if(!countryB4onBand) { set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCCBand);