Fix CQ highlighting
This commit is contained in:
parent
27fe5a3d28
commit
4eba12b2a2
@ -8861,7 +8861,7 @@ void MainWindow::displayBandActivity() {
|
|||||||
textItem->setTextAlignment(flag);
|
textItem->setTextAlignment(flag);
|
||||||
|
|
||||||
if (text.last().contains(QRegularExpression {
|
if (text.last().contains(QRegularExpression {
|
||||||
"^(CQ|QRZ|DE)\\s"
|
"\\b(CQCQCQ|BEACON)\\b"
|
||||||
})) {
|
})) {
|
||||||
offsetItem->setBackground(QBrush(m_config.color_CQ()));
|
offsetItem->setBackground(QBrush(m_config.color_CQ()));
|
||||||
ageItem->setBackground(QBrush(m_config.color_CQ()));
|
ageItem->setBackground(QBrush(m_config.color_CQ()));
|
||||||
|
Loading…
Reference in New Issue
Block a user