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:
parent
5c6a3a9d23
commit
3a9a83634f
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user