mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 14:34:02 +02: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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
preventStealing: true
|
||||
propagateComposedEvents: true
|
||||
}
|
||||
}
|
||||
|
||||
ListModel {
|
||||
|
|
Loading…
Reference in a new issue