diff --git a/src/effects/private/qml/WindowHeap.qml b/src/effects/private/qml/WindowHeap.qml index 52fdf5f759..4a5a9b3274 100644 --- a/src/effects/private/qml/WindowHeap.qml +++ b/src/effects/private/qml/WindowHeap.qml @@ -140,6 +140,7 @@ FocusScope { verticalAlignment: Text.AlignVCenter text: i18nd("kwin_effects", "Drag Down To Close") opacity: 1 - thumbSource.opacity + visible: !thumb.hidden } PlasmaCore.IconItem { @@ -150,7 +151,7 @@ FocusScope { anchors.horizontalCenter: thumbSource.horizontalCenter anchors.bottom: thumbSource.bottom anchors.bottomMargin: -height / 4 - visible: !activeDragHandler.active + visible: !thumb.hidden && !activeDragHandler.active PC3.Label {