1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-04 08:58:20 +03:00

dont block tooltips for zoom scale=1

--trying to combine dock mode, panel mode and
parabolic effect with plasma applets current implementation
can create such issues. Removing the zoom=1
criteria to activate the Latte MouseArea. The
user can still lock plasmoids that want the
Hover Default Plasmoid behavior or use the
Latte protocol to understand when they are in a Latte
containment.

FIXED-IN: 0.8.1
This commit is contained in:
Michail Vourlakos 2018-07-28 19:17:26 +03:00
parent f2172562c0
commit e7bd3f5aaf

View File

@ -591,7 +591,7 @@ Item {
id: appletMouseArea id: appletMouseArea
anchors.fill: parent anchors.fill: parent
enabled: !latteApplet && canBeHovered && !root.editMode && !lockZoom && root.zoomFactor>1 enabled: !latteApplet && canBeHovered && !root.editMode && !lockZoom
hoverEnabled: !root.editMode && (!latteApplet) ? true : false hoverEnabled: !root.editMode && (!latteApplet) ? true : false
propagateComposedEvents: true propagateComposedEvents: true