Dont cache ColourOverlay, include GraphicalEffects in travis.
This commit is contained in:
parent
5a581120fb
commit
bee363680b
|
@ -17,7 +17,7 @@ before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y install ccache qt510-meta-minimal qt510quickcontrols python3-setuptools qt510quickcontrols2 qt510svg libgl1-mesa-dev x11proto-xext-dev libx11-dev qt510x11extras
|
- sudo apt-get -y install ccache qt510-meta-minimal qt510quickcontrols python3-setuptools qt510quickcontrols2 qt510svg libgl1-mesa-dev x11proto-xext-dev libx11-dev qt510x11extras qt510graphicaleffects
|
||||||
- sudo apt-get build-dep mpv
|
- sudo apt-get build-dep mpv
|
||||||
- source /opt/qt*/bin/qt*-env.sh
|
- source /opt/qt*/bin/qt*-env.sh
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ Control {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: parent
|
source: parent
|
||||||
color: getAppearanceValueForTheme(appearance.themeName, "buttonColor")
|
color: getAppearanceValueForTheme(appearance.themeName, "buttonColor")
|
||||||
|
cached: false
|
||||||
Binding on color {
|
Binding on color {
|
||||||
when: root.hovered
|
when: root.hovered
|
||||||
value: root.hovered ? getAppearanceValueForTheme(
|
value: root.hovered ? getAppearanceValueForTheme(
|
||||||
|
|
Loading…
Reference in a new issue