Commit 9935949a authored by Gus Grubba's avatar Gus Grubba

Check for visibility and remove duplicated test.

parent 083af0b3
......@@ -505,7 +505,7 @@ QGCView {
}
Row {
spacing: ScreenTools.defaultFontPixelWidth
visible: QGroundControl.videoManager.isGStreamer && QGroundControl.videoManager.isGStreamer && videoSource.currentIndex < 2
visible: QGroundControl.videoManager.isGStreamer && videoSource.currentIndex < 2 && QGroundControl.settingsManager.videoSettings.aspectRatio.visible
QGCLabel {
anchors.baseline: aspectField.baseline
text: qsTr("Aspect Ratio:")
......
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