Skip to content

Commit 8e0259a

Browse files
committed
Merge branch 'master' of github.com:OpenCPN/OpenCPN
2 parents 38418a5 + 23f5d4e commit 8e0259a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gui/src/api_121.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,11 @@ std::unique_ptr<HostApi121::Route> HostApi121::GetRoute(const wxString& guid) {
753753
dst_route->m_isActive = g_pRouteMan->GetpActiveRoute() == route;
754754
dst_route->m_isVisible = route->IsVisible();
755755
dst_route->m_Description = route->m_RouteDescription;
756+
dst_route->m_PlannedSpeed = route->m_PlannedSpeed;
757+
dst_route->m_Colour = route->m_Colour;
758+
dst_route->m_style = route->m_style;
759+
dst_route->m_PlannedDeparture = route->m_PlannedDeparture;
760+
dst_route->m_TimeDisplayFormat = route->m_TimeDisplayFormat;
756761

757762
return dst_route;
758763
}

0 commit comments

Comments
 (0)