summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 06:53:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 06:53:03 +0200
commit2950cfc956f5e64faee6e1db827f9946f720fc79 (patch)
tree88161b3edeafca951ec66269f3b3d310b4fa6528 /framework/qml/MailListView.qml
parent47ffac15873e9cb1a640ef6ea6a9fd682541f250 (diff)
downloadkube-2950cfc956f5e64faee6e1db827f9946f720fc79.tar.gz
kube-2950cfc956f5e64faee6e1db827f9946f720fc79.zip
The drag and drop mousearea eats clicks...
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index 17ecd202..9de30313 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -139,6 +139,7 @@ FocusScope {
139 anchors.fill: parent 139 anchors.fill: parent
140 drag.target: parent 140 drag.target: parent
141 onReleased: parent.Drag.drop() 141 onReleased: parent.Drag.drop()
142 onClicked: delegateRoot.clicked()
142 } 143 }
143 144
144 Item { 145 Item {