Skip to content

Commit

Permalink
FlyViewVideo: Disable full screen mode:
Browse files Browse the repository at this point in the history
It was very hard to get out of it, double click wasn't working
properly. Also it interferes with click and point gimbal control
  • Loading branch information
Davidsastresas authored and julianoes committed May 31, 2024
1 parent 52740e0 commit 16edaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlightDisplay/FlyViewVideo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Item {
property var trackingStatus: trackingStatusComponent.createObject(flyViewVideoMouseArea, {})

onClicked: onScreenGimbalController.clickControl()
onDoubleClicked: QGroundControl.videoManager.fullScreen = !QGroundControl.videoManager.fullScreen
// onDoubleClicked: QGroundControl.videoManager.fullScreen = !QGroundControl.videoManager.fullScreen


onPressed: {
Expand Down

0 comments on commit 16edaa1

Please sign in to comment.