summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml
index f0208a83..b3f0ee69 100644
--- a/components/mailviewer/contents/ui/TextContent.qml
+++ b/components/mailviewer/contents/ui/TextContent.qml
@@ -54,7 +54,7 @@ Item {
54 font.family: Kube.Font.fontFamily 54 font.family: Kube.Font.fontFamily
55 color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor 55 color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor
56 onLinkActivated: Qt.openUrlExternally(link) 56 onLinkActivated: Qt.openUrlExternally(link)
57 //TODO This might no longer be necessary starting with Qt 5.8 57
58 MouseArea { 58 MouseArea {
59 anchors.fill: parent 59 anchors.fill: parent
60 acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text 60 acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text