aboutsummaryrefslogtreecommitdiff
path: root/RightPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'RightPanel.qml')
-rw-r--r--RightPanel.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/RightPanel.qml b/RightPanel.qml
index d27b8b73..c4626835 100644
--- a/RightPanel.qml
+++ b/RightPanel.qml
@@ -150,9 +150,9 @@ Rectangle {
}
// indicate disabled state
- Desaturate {
- anchors.fill: parent
- source: parent
- desaturation: root.enabled ? 0.0 : 1.0
- }
+// Desaturate {
+// anchors.fill: parent
+// source: parent
+// desaturation: root.enabled ? 0.0 : 1.0
+// }
}