mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Catch scroll events and not propagate them to the main view
This commit is contained in:
parent
ecdf024da8
commit
111430c9c2
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ Item
|
|||
MouseArea //Catch all mouse events (so scene doesnt handle them)
|
||||
{
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
onWheel: wheel.accepted = true
|
||||
}
|
||||
|
||||
Loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue