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

debug message for parabolic effect

This commit is contained in:
Michail Vourlakos 2017-05-06 17:23:10 +03:00
parent 5c6a3a9d23
commit 3a9a83634f

View File

@ -60,6 +60,10 @@ MouseArea{
wrapper.height;
}
onWidthChanged: {
console.log("tt :: "+index+ " - "+wrapper.mScale+" - "+width);
}
acceptedButtons: Qt.LeftButton | Qt.MidButton | Qt.RightButton
hoverEnabled: visible && (inAnimation !== true) && (!IsStartup) && (!root.taskInAnimation)
&& (!root.editMode || root.debugLocation)&&(!inBouncingAnimation)
@ -400,7 +404,7 @@ MouseArea{
Behavior on mScale {
enabled: root.globalDirectRender
NumberAnimation { duration: root.directRenderAnimationTime }
NumberAnimation { duration: 0 }
}
Flow{