aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/NotifierMessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/notifier/NotifierMessage.cpp')
-rw-r--r--src/modules/notifier/NotifierMessage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/notifier/NotifierMessage.cpp b/src/modules/notifier/NotifierMessage.cpp
index fed24e816..b0a6e401b 100644
--- a/src/modules/notifier/NotifierMessage.cpp
+++ b/src/modules/notifier/NotifierMessage.cpp
@@ -88,6 +88,7 @@ void NotifierMessage::updateGui()
m_pLabel1->setText(KviHtmlGenerator::convertToHtml(m_szText));
m_pLabel1->setWordWrap(true);
m_pLabel1->setFont(KVI_OPTION_FONT(KviOption_fontNotifier));
+ m_pLabel1->setTextInteractionFlags(Qt::TextSelectableByMouse);
QPalette pal = m_pLabel1->palette();
pal.setColor(QPalette::WindowText, KVI_OPTION_COLOR(KviOption_colorNotifierForeground));
m_pLabel1->setPalette(pal);