1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-21 12:44:14 +01:00

disable desaturation - causes black screen on windows

This commit is contained in:
Jacob Brydolf 2016-10-27 21:40:42 +02:00
parent d22e02ac2a
commit 05487fb946
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
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
// }
}