mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 08:44:45 +00:00
dead code --
This commit is contained in:
parent
9acba2675d
commit
21a9355367
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ Rectangle {
|
||||||
onPositionChanged: {
|
onPositionChanged: {
|
||||||
if (root.state == "app" || root.state == "zooming") {
|
if (root.state == "app" || root.state == "zooming") {
|
||||||
mainFlickable.scale = (1 - (startY - mouse.y) / root.height);
|
mainFlickable.scale = (1 - (startY - mouse.y) / root.height);
|
||||||
// mainFlickable.contentY -= oldY - mouse.y;
|
|
||||||
} else {
|
} else {
|
||||||
mainFlickable.contentY += oldY - mouse.y;
|
mainFlickable.contentY += oldY - mouse.y;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue