restore tooltips behavior for spesific cases

--locked applets, those that can be hovered,
and when zoomFactor==1
v0.6
Michail Vourlakos 8 years ago
parent 7644f9fabe
commit 8205383b95

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

Loading…
Cancel
Save