diff --git a/src/MissionManager/QGCMapPolygonVisuals.qml b/src/MissionManager/QGCMapPolygonVisuals.qml index c3d175fe3ba61d6ff06b799d5a706adcf73b4cbd..f72a4ab4bf003717dc9c698862f944e0a1c680f2 100644 --- a/src/MissionManager/QGCMapPolygonVisuals.qml +++ b/src/MissionManager/QGCMapPolygonVisuals.qml @@ -32,7 +32,6 @@ Item { property int borderWidth: 0 property color borderColor: "black" - property var _gqcView: ggcView property var _polygonComponent property var _dragHandlesComponent property var _splitHandlesComponent @@ -173,7 +172,7 @@ Item { QGCFileDialog { id: kmlLoadDialog - qgcView: _qgcView + qgcView: _root.qgcView folder: QGroundControl.settingsManager.appSettings.missionSavePath title: qsTr("Select KML File") selectExisting: true