mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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: {
|
||||
if (root.state == "app" || root.state == "zooming") {
|
||||
mainFlickable.scale = (1 - (startY - mouse.y) / root.height);
|
||||
// mainFlickable.contentY -= oldY - mouse.y;
|
||||
} else {
|
||||
mainFlickable.contentY += oldY - mouse.y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue