diff --git a/plugins/channelrx/demodpager/pagerdemodgui.cpp b/plugins/channelrx/demodpager/pagerdemodgui.cpp index 8d44cd2e6..7d05b1a28 100644 --- a/plugins/channelrx/demodpager/pagerdemodgui.cpp +++ b/plugins/channelrx/demodpager/pagerdemodgui.cpp @@ -944,7 +944,7 @@ void PagerDemodGUI::checkNotification(int row) if (matchResult.hasMatch()) { if (m_settings.m_notificationSettings[i]->m_highlight) { - ui->messages->item(row, PagerDemodSettings::MESSAGE_COL_MESSAGE)->setTextColor(m_settings.m_notificationSettings[i]->m_highlightColor); + ui->messages->item(row, PagerDemodSettings::MESSAGE_COL_MESSAGE)->setForeground(QBrush(m_settings.m_notificationSettings[i]->m_highlightColor)); } if (!m_settings.m_notificationSettings[i]->m_speech.isEmpty())