1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix widget not propagating input

Now we can move the widget and have input inside of the widget
This commit is contained in:
Elias Steurer 2023-02-24 09:38:34 +01:00
parent fe827858cd
commit bca5f989b8

View File

@ -126,6 +126,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
propagateComposedEvents:true
onEntered: imgClose.state = "areaHover"
onExited: {
if (mouseAreaClose.containsMouse)