mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 21:33:59 +00:00
[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:
committed by
Konstantin Pastbin
parent
33f8e20f1b
commit
d01b8aaab4
@@ -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 */);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user