1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 10:50:30 +03:00

fix hovering effect for applets with zoom==1

This commit is contained in:
Michail Vourlakos 2017-05-17 09:57:11 +03:00
parent 8fe5e7ed00
commit 69ce4b4e02

View File

@ -1160,7 +1160,7 @@ Item {
//! only to support springloading for plasma 5.10
//! also on this is based the tooltips behavior by enabling it
//! plasma tooltips are disabled
visible: !lockZoom && canBeHovered && (root.zoomFactor>1)
visible: !lockZoom && canBeHovered //&& (root.zoomFactor>1)
property bool pressed: false