Commit d1285c18 authored by Don Gagne's avatar Don Gagne

Work around strange UT only failure

parent 4ecde73d
......@@ -84,9 +84,9 @@ Item {
delegate:
VehicleMapItem {
vehicle: object
coordinate: object.coordinate
heading: object.heading
isSatellite: isSatelliteMap
isSatellite: flightMap.isSatelliteMap
}
}
......@@ -124,7 +124,7 @@ Item {
id: missionItemSummaryList
anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.left: parent.left
anchors.right: mapWidgets.left
anchors.right: flightMap.mapWidgets.left
anchors.bottom: parent.bottom
height: ScreenTools.defaultFontPixelHeight * 7
spacing: ScreenTools.defaultFontPixelWidth / 2
......
......@@ -24,8 +24,9 @@ This file is part of the QGROUNDCONTROL project
/// @file
/// @author Don Gagne <don@thegagnes.com>
import QtQuick 2.4
import QtLocation 5.3
import QtQuick 2.4
import QtLocation 5.3
import QtPositioning 5.3
import QGroundControl.ScreenTools 1.0
import QGroundControl.Vehicle 1.0
......@@ -37,7 +38,6 @@ MapQuickItem {
anchorPoint.x: vehicleIcon.width / 2
anchorPoint.y: vehicleIcon.height / 2
coordinate: vehicle.coordinate
visible: vehicle.satelliteLock >= 2 // 2D lock
sourceItem: Image {
......
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