[map] Remove zooming back on track deselection

Closes https://github.com/organicmaps/organicmaps/issues/10941

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn
2025-07-23 19:29:09 +04:00
committed by Konstantin Pastbin
parent 33f8e20f1b
commit d01b8aaab4

View File

@@ -2030,7 +2030,7 @@ void Framework::DeactivateMapSelection()
m_currentPlacePageInfo = {}; m_currentPlacePageInfo = {};
if (m_drapeEngine != nullptr) if (m_drapeEngine != nullptr)
m_drapeEngine->DeselectObject(true); m_drapeEngine->DeselectObject(false /* restoreViewport */);
} }
} }