[map] Don't save routing viewport

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-10-18 12:59:35 +02:00
parent bdf9a335ae
commit 9ae005ac56

View File

@@ -922,6 +922,9 @@ void Framework::PrepareToShutdown()
void Framework::SaveViewport() void Framework::SaveViewport()
{ {
if (m_routingManager.IsRoutingActive())
return;
m2::AnyRectD rect; m2::AnyRectD rect;
if (m_currentModelView.isPerspective()) if (m_currentModelView.isPerspective())
{ {