Commit 4d5508c8 authored by Don Gagne's avatar Don Gagne

Merge pull request #2917 from DonLakeFlyer/ListViewScroll

MouseArea preventing Windows Surface scrolling
parents 2a478d11 958eec19
......@@ -486,14 +486,6 @@ QGCView {
opacity: _rightPanelOpacity
z: QGroundControl.zOrderTopMost
MouseArea {
// This MouseArea prevents the Map below it from getting Mouse events. Without this
// things like mousewheel will scroll the Flickable and then scroll the map as well.
anchors.fill: editorListView
preventStealing: true
onWheel: wheel.accepted = true
}
ListView {
id: editorListView
anchors.left: parent.left
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment