mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +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,14 +2030,14 @@ void Framework::DeactivateMapSelection()
|
||||
m_currentPlacePageInfo = {};
|
||||
|
||||
if (m_drapeEngine != nullptr)
|
||||
m_drapeEngine->DeselectObject(true);
|
||||
m_drapeEngine->DeselectObject(false /* restoreViewport */);
|
||||
}
|
||||
}
|
||||
|
||||
void Framework::DeactivateMapSelectionCircle(bool restoreViewport)
|
||||
{
|
||||
if (m_drapeEngine != nullptr)
|
||||
m_drapeEngine->DeselectObject(restoreViewport);
|
||||
if (m_drapeEngine != nullptr)
|
||||
m_drapeEngine->DeselectObject(restoreViewport);
|
||||
}
|
||||
|
||||
void Framework::SwitchFullScreen()
|
||||
|
||||
Reference in New Issue
Block a user