mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-28 18:50:40 +03:00
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.
This commit is contained in:
parent
d2a83c780f
commit
84261746fa
@ -363,7 +363,6 @@ Column {
|
||||
|
||||
height: units.iconSizes.smallMedium
|
||||
width: height
|
||||
enabled: canGoBack
|
||||
|
||||
acceptedButtons: Qt.LeftButton
|
||||
hoverEnabled: true
|
||||
@ -405,7 +404,6 @@ Column {
|
||||
|
||||
height: units.iconSizes.smallMedium
|
||||
width: height
|
||||
enabled: canGoNext
|
||||
|
||||
acceptedButtons: Qt.LeftButton
|
||||
hoverEnabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user