mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Re-enable display of country names if ActiveStations window is closed.
This commit is contained in:
parent
e9f1cbf375
commit
432a501bf6
@ -374,7 +374,7 @@ QString DisplayText::appendWorkedB4 (QString message, QString call, QString cons
|
|||||||
}
|
}
|
||||||
m_CQPriority=DecodeHighlightingModel::highlight_name(top_highlight);
|
m_CQPriority=DecodeHighlightingModel::highlight_name(top_highlight);
|
||||||
|
|
||||||
if((m_points == 00) or (m_points == -1)) return message;
|
if(((m_points == 00) or (m_points == -1)) and m_bDisplayPoints) return message;
|
||||||
return leftJustifyAppendage (message, extra);
|
return leftJustifyAppendage (message, extra);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user