From 96025e07891a341594ed9e93e1d2eec9c8bd7590 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 25 Jul 2017 06:39:09 +0200 Subject: Use highlighted for drag --- framework/qml/MailListView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 550880ed..c4d8e307 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -125,6 +125,7 @@ FocusScope { PropertyChanges {target: delegateRoot; x: x; y: y} PropertyChanges {target: delegateRoot; parent: root} PropertyChanges {target: delegateRoot; opacity: 0.7} + PropertyChanges {target: delegateRoot; highlighted: true} } ] @@ -207,7 +208,7 @@ FocusScope { margins: Kube.Units.smallSpacing } - visible: delegateRoot.hovered + visible: delegateRoot.hovered && !mouseArea.drag.active spacing: Kube.Units.smallSpacing opacity: 0.7 -- cgit v1.2.3