hovering disable media buttons broke previews

--when back/forward media buttons in previews
where disabled and the mouse was hovering them
then the preview was hiding itself and the
previews experience was broken.
v0.8
Michail Vourlakos 6 years ago
parent d2a83c780f
commit 84261746fa

@ -363,7 +363,6 @@ Column {
height: units.iconSizes.smallMedium height: units.iconSizes.smallMedium
width: height width: height
enabled: canGoBack
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
hoverEnabled: true hoverEnabled: true
@ -405,7 +404,6 @@ Column {
height: units.iconSizes.smallMedium height: units.iconSizes.smallMedium
width: height width: height
enabled: canGoNext
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
hoverEnabled: true hoverEnabled: true

Loading…
Cancel
Save