1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-22 14:50:31 +03:00

dont animate clicking for locked applets

This commit is contained in:
Michail Vourlakos 2019-04-04 14:29:41 +03:00
parent e7eb06a63e
commit 89e0eaa3ee

View File

@ -472,7 +472,7 @@ Item {
id: appletMouseAreaBottom
anchors.fill: parent
propagateComposedEvents: true
visible: (!appletMouseArea.visible || !appletMouseArea.enabled) && !root.editMode
visible: (!appletMouseArea.visible || !appletMouseArea.enabled) && !root.editMode && !lockZoom
property bool pressed: false