Commit de90ec99 authored by Gus Grubba's avatar Gus Grubba

Enable only the gestures we're interested in.

parent dca3aa5b
......@@ -27,6 +27,8 @@ Map {
zoomLevel: QGroundControl.flightMapZoom
center: QGroundControl.flightMapPosition
//-- Qt 5.9 has rotation gesture enabled by default. Here we limit the possible gestures.
gesture.acceptedGestures: MapGestureArea.PinchGesture | MapGestureArea.PanGesture | MapGestureArea.FlickGesture
gesture.flickDeceleration: 3000
plugin: Plugin { name: "QGroundControl" }
......
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