From c03b3427150f2431c61e49efc6e0440828be9644 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 21:09:03 -0600 Subject: It's still necessary --- components/mailviewer/contents/ui/TextContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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 { font.family: Kube.Font.fontFamily color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor onLinkActivated: Qt.openUrlExternally(link) - //TODO This might no longer be necessary starting with Qt 5.8 + MouseArea { anchors.fill: parent acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text -- cgit v1.2.3