another oopsie

This commit is contained in:
cmclark00 2024-10-11 22:36:01 -04:00
parent e2246d2e8d
commit 5a8a257174

View file

@ -264,10 +264,10 @@ ApplicationWindow {
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
hoverEnabled: true hoverEnabled: true
onEntered: { onEntered: {
bgrect1.mouseOver = true bgrect2.mouseOver = true
} }
onExited: { onExited: {
bgrect1.mouseOver = false bgrect2.mouseOver = false
} }
onClicked: { onClicked: {
ospopup.open() ospopup.open()
@ -276,7 +276,7 @@ ApplicationWindow {
} }
Rectangle { Rectangle {
id: bgrect1 id: bgrect2
anchors.fill: parent anchors.fill: parent
color: accentColor color: accentColor
visible: mouseOver visible: mouseOver