summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-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 {