Skip to content

Commit

Permalink
Merge pull request #5464 from DonLakeFlyer/GeoFenceFixes
Browse files Browse the repository at this point in the history
GeoFenceManager: Add missing signals
  • Loading branch information
DonLakeFlyer authored Jul 18, 2017
2 parents 124af65 + c90f473 commit 69ef783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MissionManager/GeoFenceController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69ef783

Please sign in to comment.