From 84261746fa9b54ac3fdf6e93bfd6568465e3c2c9 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 6 Oct 2018 13:08:24 +0300 Subject: [PATCH] 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. --- plasmoid/package/contents/ui/ToolTipInstance.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plasmoid/package/contents/ui/ToolTipInstance.qml b/plasmoid/package/contents/ui/ToolTipInstance.qml index 6847336b8..cb21c44af 100644 --- a/plasmoid/package/contents/ui/ToolTipInstance.qml +++ b/plasmoid/package/contents/ui/ToolTipInstance.qml @@ -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