mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
New DXCC highlighting is possible again
This commit is contained in:
parent
355d2f5b15
commit
55daa1db7f
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user