From f1511b79ff94bd65b73f9c5688659405ed5c5087 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 18 Oct 2022 17:11:06 -0500 Subject: [PATCH] fixing ui bug in not show hover effects --- src/qml/presenter/Presentation.qml | 1 + 1 file changed, 1 insertion(+) 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 }