Commit 430697b6 authored by Don Gagne's avatar Don Gagne

Merge pull request #3215 from bluerobotics/master

Show GPS error message only on map view
parents 6aecdf7c 733e8af6
......@@ -71,7 +71,7 @@ Item {
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter
visible: _activeVehicle && !_activeVehicle.coordinateValid
visible: _activeVehicle && !_activeVehicle.coordinateValid && _mainIsMap
z: QGroundControl.zOrderTopMost
color: mapPal.text
font.pixelSize: ScreenTools.largeFontPixelSize
......
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