|
|
@ -138,7 +138,9 @@ QGCView { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
onNewItemsFromVehicle: { |
|
|
|
onNewItemsFromVehicle: { |
|
|
|
mapFitFunctions.fitMapViewportToMissionItems() |
|
|
|
if (_visualItems && _visualItems.count != 1) { |
|
|
|
|
|
|
|
mapFitFunctions.fitMapViewportToMissionItems() |
|
|
|
|
|
|
|
} |
|
|
|
setCurrentItem(0) |
|
|
|
setCurrentItem(0) |
|
|
|
_firstMissionLoadComplete = true |
|
|
|
_firstMissionLoadComplete = true |
|
|
|
checkFirstLoadComplete() |
|
|
|
checkFirstLoadComplete() |
|
|
|