fix: block inputs from going through menus
This commit is contained in:
parent
362c1ec670
commit
3c7df45505
1 changed files with 6 additions and 0 deletions
|
|
@ -94,6 +94,12 @@ MouseArea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
hoverEnabled: true
|
||||||
|
onWheel: e => e.accepted = true
|
||||||
|
}
|
||||||
|
|
||||||
StyledRect {
|
StyledRect {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: parent.radius
|
radius: parent.radius
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue