mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-28 13:04:25 -04:00
New DXCC highlighting is possible again
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user