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
|
||||
|
||||
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
|
||||
- source /opt/qt*/bin/qt*-env.sh
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ Control {
|
|||
anchors.fill: parent
|
||||
source: parent
|
||||
color: getAppearanceValueForTheme(appearance.themeName, "buttonColor")
|
||||
cached: false
|
||||
Binding on color {
|
||||
when: root.hovered
|
||||
value: root.hovered ? getAppearanceValueForTheme(
|
||||
|
|
Loading…
Reference in a new issue