1
0
Fork 0

GPS/route-manager - notify listeners when current waypoint is changed.

This commit is contained in:
jmt 2010-03-27 17:51:20 +00:00 committed by Tim Moore
parent e4c4a3a412
commit 597df694e3

View file

@ -597,6 +597,7 @@ void FGRouteMgr::jumpToIndex(int index)
_route->set_current(index);
currentWaypointChanged();
_currentWpt->fireValueChanged();
}
void FGRouteMgr::currentWaypointChanged()