mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
flick after manual drag
This commit is contained in:
parent
76050a60bd
commit
c8d9ef81d8
1 changed files with 3 additions and 0 deletions
|
|
@ -327,6 +327,9 @@ Item {
|
||||||
mainFlickable.contentY -= mouse.y - oldMouseY;
|
mainFlickable.contentY -= mouse.y - oldMouseY;
|
||||||
oldMouseY = mouse.y;
|
oldMouseY = mouse.y;
|
||||||
}
|
}
|
||||||
|
onReleased: {
|
||||||
|
mainFlickable.flick(0, 1)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Launcher.FavoriteStrip {
|
Launcher.FavoriteStrip {
|
||||||
id: favoriteStrip
|
id: favoriteStrip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue