fixing ui bug in not show hover effects

This commit is contained in:
Chris Cochrun 2022-10-18 17:11:06 -05:00
parent c46a01ea3d
commit f1511b79ff

View file

@ -229,6 +229,7 @@ FocusScope {
MouseArea { MouseArea {
id: previewerMouse id: previewerMouse
anchors.fill: parent anchors.fill: parent
hoverEnabled: true
onClicked: changeServiceItem(index) onClicked: changeServiceItem(index)
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
} }