mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 14:24:45 +00:00
homescreens/folio: Fix favourites delegate dragging
This commit is contained in:
parent
0fbde92041
commit
ce89bfe491
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ MouseArea {
|
||||||
|
|
||||||
onPressAndHold: {
|
onPressAndHold: {
|
||||||
let mappedCoords = root.homeScreen.prepareStartDelegateDrag(delegate.delegateModel, appDelegate.delegateItem);
|
let mappedCoords = root.homeScreen.prepareStartDelegateDrag(delegate.delegateModel, appDelegate.delegateItem);
|
||||||
Folio.HomeScreenState.startDelegateFavouritesDrag(
|
folio.HomeScreenState.startDelegateFavouritesDrag(
|
||||||
mappedCoords.x,
|
mappedCoords.x,
|
||||||
mappedCoords.y,
|
mappedCoords.y,
|
||||||
appDelegate.pressPosition.x,
|
appDelegate.pressPosition.x,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue