diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 21:09:03 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 21:09:03 -0600 |
commit | c03b3427150f2431c61e49efc6e0440828be9644 (patch) | |
tree | 92f4a6071d34fa6a5e786075467b5125d1ae60a2 | |
parent | 1f469a85e48c19b2fcb4f119bed8b2d56cff8629 (diff) | |
download | kube-c03b3427150f2431c61e49efc6e0440828be9644.tar.gz kube-c03b3427150f2431c61e49efc6e0440828be9644.zip |
It's still necessary
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 2 |
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 |