1
0
Fork 0

Dont cache ColourOverlay, include GraphicalEffects in travis.

This commit is contained in:
namedkitten 2020-05-01 09:52:25 +01:00
parent 5a581120fb
commit bee363680b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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(