diff --git a/FilePane.qml b/FilePane.qml index 190c42b17c..b61ec98a0c 100644 --- a/FilePane.qml +++ b/FilePane.qml @@ -15,6 +15,15 @@ Rectangle { UM.Models.directoryListModel.directory = file } + MouseArea { + anchors.fill: parent; + acceptedButtons: Qt.AllButtons; + + onWheel: { + wheel.accepted = true; + } + } + ColumnLayout { anchors.fill: parent; anchors.margins: UM.Theme.defaultMargin;