diff --git a/applets/kickoff/package/contents/ui/KickoffListView.qml b/applets/kickoff/package/contents/ui/KickoffListView.qml --- a/applets/kickoff/package/contents/ui/KickoffListView.qml +++ b/applets/kickoff/package/contents/ui/KickoffListView.qml @@ -112,7 +112,7 @@ if (mouse.buttons & Qt.RightButton) { if (item.hasActionList) { mapped = listView.contentItem.mapToItem(item, mapped.x, mapped.y); - openActionMenu(mapped.x, mapped.y); + listView.currentItem.openActionMenu(mapped.x, mapped.y); } } else { pressed = item;