Merge pull request #89

05487fb disable desaturation - causes black screen on windows (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni 2016-10-29 10:51:20 +02:00
commit 9ae382d4a6
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
4 changed files with 20 additions and 20 deletions

View file

@ -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
// }
}

View file

@ -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
// }
}

View file

@ -282,11 +282,11 @@ Rectangle {
// indicates 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
// }
/* connect "payment" click */

View file

@ -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
// }
}