diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index 229d519..d91341b 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -229,6 +229,7 @@ FocusScope { MouseArea { id: previewerMouse anchors.fill: parent + hoverEnabled: true onClicked: changeServiceItem(index) cursorShape: Qt.PointingHandCursor }