diff --git a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml index 168ba28b9..aa25b5623 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml @@ -351,7 +351,6 @@ Item { acceptedButtons: Qt.RightButton hoverEnabled: true - cursorShape: Qt.PointingHandCursor // To indicate that the whole thing is clickable onContainsMouseChanged: listItem.ListView.view.currentIndex = (containsMouse ? index : -1)