From 05487fb9468eef155c981cfd6f2ccd4c3351c8d5 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Thu, 27 Oct 2016 21:40:42 +0200 Subject: disable desaturation - causes black screen on windows --- LeftPanel.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index c1bb4399..6aeacdfd 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -367,11 +367,11 @@ Rectangle { } } // indicate disabled state - Desaturate { - anchors.fill: parent - source: parent - desaturation: panel.enabled ? 0.0 : 1.0 - } +// Desaturate { +// anchors.fill: parent +// source: parent +// desaturation: panel.enabled ? 0.0 : 1.0 +// } } -- cgit v1.2.3