Commit 05a68cd8 authored by Don Gagne's avatar Don Gagne

Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge

parents 90315714 69ef783b
......@@ -84,6 +84,8 @@ void GeoFenceController::_signalAll(void)
emit polygonEnabledChanged(polygonEnabled());
emit polygonSupportedChanged(polygonSupported());
emit dirtyChanged(dirty());
emit paramsChanged(params());
emit paramLabelsChanged(paramLabels());
}
void GeoFenceController::managerVehicleChanged(Vehicle* managerVehicle)
......
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