From 958eec19f179b2a342698905040cbbf020d294d1 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 29 Feb 2016 19:51:15 -0800 Subject: [PATCH] MouseArea preventing Windows Surface scrolling --- src/MissionEditor/MissionEditor.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/MissionEditor/MissionEditor.qml b/src/MissionEditor/MissionEditor.qml index b7650d4..e2c019c 100644 --- a/src/MissionEditor/MissionEditor.qml +++ b/src/MissionEditor/MissionEditor.qml @@ -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