diff --git a/src/FlightMap/Widgets/QGCInstrumentWidget.qml b/src/FlightMap/Widgets/QGCInstrumentWidget.qml index 78c024a286b7ab443df5c3937a05a0d614beb79e..f6bf0ba529343c2d2c4cc6666f0a03e63f28875d 100644 --- a/src/FlightMap/Widgets/QGCInstrumentWidget.qml +++ b/src/FlightMap/Widgets/QGCInstrumentWidget.qml @@ -29,6 +29,7 @@ This file is part of the QGROUNDCONTROL project import QtQuick 2.4 +import QGroundControl 1.0 import QGroundControl.Controls 1.0 import QGroundControl.ScreenTools 1.0 import QGroundControl.FactSystem 1.0 @@ -87,6 +88,8 @@ Rectangle { opacity: 0.5 width: attitude.width * 0.15 fillMode: Image.PreserveAspectFit + visible: QGroundControl.multiVehicleManager.activeVehicle + MouseArea { anchors.fill: parent hoverEnabled: true