forked from organicmaps/organicmaps
Fixed route preview duplication on switch router type
This commit is contained in:
parent
84d9c3e542
commit
85180ad797
1 changed files with 4 additions and 0 deletions
|
@ -674,6 +674,10 @@ void RoutingManager::SetRouter(RouterType type)
|
|||
if (m_currentRouterType == type)
|
||||
return;
|
||||
|
||||
// Hide preview.
|
||||
if (m_drapeEngine != nullptr)
|
||||
m_drapeEngine->RemoveAllRoutePreviewSegments();
|
||||
|
||||
SetLastUsedRouter(type);
|
||||
SetRouterImpl(type);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue