diff options
Diffstat (limited to 'BasicPanel.qml')
| -rw-r--r-- | BasicPanel.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BasicPanel.qml b/BasicPanel.qml index 12a257bf..ff3fc7cb 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -171,11 +171,11 @@ 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 +// } } |
