Browse Source

QGCPipOverlay.qml: solve bug flightmap not being properly displayed after video disable.

There was a bug when having the video enabled in fullstate while the map was in pip state. If the video was disabled the map was being set to fullstate but not to visible
QGC4.4
DiegoJRAleixandre 3 years ago committed by Patrick José Pereira
parent
commit
5659486464
  1. 1
      src/QmlControls/QGCPipOverlay.qml

1
src/QmlControls/QGCPipOverlay.qml

@ -70,6 +70,7 @@ Item { @@ -70,6 +70,7 @@ Item {
item1.pipState.state = item1.pipState.fullState
_fullItem = item1
_pipOrWindowItem = null
item1.visible = true
}
_setPipIsExpanded(QGroundControl.loadBoolGlobalSetting(_pipExpandedSettingsKey, true))
}

Loading…
Cancel
Save