mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-03 20:58:25 +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:
parent
f2172562c0
commit
e7bd3f5aaf
@ -591,7 +591,7 @@ Item {
|
||||
id: appletMouseArea
|
||||
|
||||
anchors.fill: parent
|
||||
enabled: !latteApplet && canBeHovered && !root.editMode && !lockZoom && root.zoomFactor>1
|
||||
enabled: !latteApplet && canBeHovered && !root.editMode && !lockZoom
|
||||
hoverEnabled: !root.editMode && (!latteApplet) ? true : false
|
||||
propagateComposedEvents: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user