mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
prevent mouse events from propagating to far
This commit is contained in:
parent
763feccbe1
commit
bb9eb98625
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ Item {
|
||||||
horizontalCenter: parent.horizontalCenter;
|
horizontalCenter: parent.horizontalCenter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
preventStealing: true
|
||||||
|
propagateComposedEvents: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
|
|
Loading…
Reference in a new issue