Browse Source

CP - Fix comment typo

QGC4.4
Gus Grubba 5 years ago
parent
commit
e3f54a944b
  1. 2
      src/FlightDisplay/FlightDisplayView.qml

2
src/FlightDisplay/FlightDisplayView.qml

@ -390,7 +390,7 @@ Item { @@ -390,7 +390,7 @@ Item {
StateChangeScript {
script: {
// Stop video, restart it again with Timer
// Avoiding crashs if ParentChange is not yet done
// Avoiding crashes if ParentChange is not yet done
QGroundControl.videoManager.stopVideo()
videoPopUpTimer.running = true
}

Loading…
Cancel
Save