New DXCC highlighting is possible again

This commit is contained in:
Bill Somerville 2018-10-18 19:32:54 +01:00
parent 355d2f5b15
commit 55daa1db7f

View File

@ -241,7 +241,7 @@ QString DisplayText::appendWorkedB4(QString message, QString const& callsign, QS
if (!countryWorkedBefore) { if (!countryWorkedBefore) {
// therefore not worked call either // therefore not worked call either
// appendage += "!"; // appendage += "!";
set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::CQ); set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCC);
} else { } else {
if(!countryB4onBand) { if(!countryB4onBand) {
set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCCBand); set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCCBand);