From 202314bf5ef304b7a964fc1c0b6230f049e5d4b0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 23 May 2017 14:49:33 +0200 Subject: Don't use parent properties --- framework/qml/MailViewer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 14c4bc8a..275158eb 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml @@ -55,7 +55,7 @@ Rectangle { //Overlay for non-active mails Rectangle { anchors.fill: parent - visible: !wrapper.isCurrent + visible: !current color: "lightGrey" z: 1 opacity: 0.2 -- cgit v1.2.3