GPS/route-manager - notify listeners when current waypoint is changed.
This commit is contained in:
parent
e4c4a3a412
commit
597df694e3
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ void FGRouteMgr::jumpToIndex(int index)
|
|||
|
||||
_route->set_current(index);
|
||||
currentWaypointChanged();
|
||||
_currentWpt->fireValueChanged();
|
||||
}
|
||||
|
||||
void FGRouteMgr::currentWaypointChanged()
|
||||
|
|
Loading…
Add table
Reference in a new issue