mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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: {
|
||||
let mappedCoords = root.homeScreen.prepareStartDelegateDrag(delegate.delegateModel, appDelegate.delegateItem);
|
||||
Folio.HomeScreenState.startDelegateFavouritesDrag(
|
||||
folio.HomeScreenState.startDelegateFavouritesDrag(
|
||||
mappedCoords.x,
|
||||
mappedCoords.y,
|
||||
appDelegate.pressPosition.x,
|
||||
|
|
|
|||
Loading…
Reference in a new issue