forked from organicmaps/organicmaps
Fixed crash in activating of map selection.
This commit is contained in:
parent
924270cf23
commit
5aa24494e2
1 changed files with 1 additions and 5 deletions
|
@ -1602,11 +1602,7 @@ void Framework::UpdateDrapeEngine(int width, int height)
|
|||
|
||||
InvalidateUserMarks();
|
||||
|
||||
if (m_lastTapEvent)
|
||||
{
|
||||
place_page::Info info;
|
||||
ActivateMapSelection(false, OnTapEventImpl(*m_lastTapEvent, info), info);
|
||||
}
|
||||
UpdatePlacePageInfoForCurrentSelection();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue