Commit 9c037845 authored by Don Gagne's avatar Don Gagne

Clears warning when clearing Qml

parent b17a8c67
......@@ -98,7 +98,11 @@ ViewWidget {
QGCButton {
text: "Clear Qml file"
onClicked: controller.clearQmlFile()
onClicked: {
errorOutput.visible = false
controller.clearQmlFile()
}
}
}
}
......
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