From: jmt Date: Sat, 27 Mar 2010 17:51:20 +0000 (+0000) Subject: GPS/route-manager - notify listeners when current waypoint is changed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=597df694e352826a974e6341ff708a8cd200747c;p=flightgear.git GPS/route-manager - notify listeners when current waypoint is changed. --- diff --git a/src/Autopilot/route_mgr.cxx b/src/Autopilot/route_mgr.cxx index 64263dc25..5996682e1 100644 --- a/src/Autopilot/route_mgr.cxx +++ b/src/Autopilot/route_mgr.cxx @@ -597,6 +597,7 @@ void FGRouteMgr::jumpToIndex(int index) _route->set_current(index); currentWaypointChanged(); + _currentWpt->fireValueChanged(); } void FGRouteMgr::currentWaypointChanged()