diff --git a/.travis.yml b/.travis.yml index c1bc99b..9b25910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/src/qml/UIComponents/SmoothButton.qml b/src/qml/UIComponents/SmoothButton.qml index de56cb9..b7816d7 100644 --- a/src/qml/UIComponents/SmoothButton.qml +++ b/src/qml/UIComponents/SmoothButton.qml @@ -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(