mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 19:18:46 +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;
|
horizontalCenter: parent.horizontalCenter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
preventStealing: true
|
||||||
|
propagateComposedEvents: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
|
|
Loading…
Reference in a new issue