From 597df694e352826a974e6341ff708a8cd200747c Mon Sep 17 00:00:00 2001 From: jmt Date: Sat, 27 Mar 2010 17:51:20 +0000 Subject: [PATCH] GPS/route-manager - notify listeners when current waypoint is changed. --- src/Autopilot/route_mgr.cxx | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.5