mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
parent
f34e05ac03
commit
8aabf113d2
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ Item
|
||||||
MouseArea //Catch all mouse events (so scene doesnt handle them)
|
MouseArea //Catch all mouse events (so scene doesnt handle them)
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.AllButtons
|
||||||
onWheel: wheel.accepted = true
|
onWheel: wheel.accepted = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue