Commit 00d3af4e authored by DonLakeFlyer's avatar DonLakeFlyer

Fix strange Qml complaint causing crash

parent 159bf923
......@@ -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
......
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