From d89c0b45b91e7b3766388de0d6b89acfd6438974 Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Thu, 31 Aug 2023 20:26:56 +0300 Subject: [PATCH] Return back route preview commented out in PR #5744 Signed-off-by: S. Kozyr --- map/routing_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map/routing_manager.cpp b/map/routing_manager.cpp index 82c5c5345b..ec2069b3eb 100644 --- a/map/routing_manager.cpp +++ b/map/routing_manager.cpp @@ -1046,6 +1046,8 @@ void RoutingManager::BuildRoute(uint32_t timeoutSec) if (IsRoutingActive()) CloseRouting(false /* remove route points */); + ShowPreviewSegments(routePoints); + // Route points preview. // Disabled preview zoom to fix https://github.com/organicmaps/organicmaps/issues/5409. // Uncomment next lines to enable back zoom on route point add/remove.