Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-09-22 15:38:54 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-26 15:05:27 +0300
commit5aa24494e2509deb904a6b05810a9b80943225db (patch)
tree6a6ff09d7b1d9e9c8d3b8a03c19780e57f76c1b1 /map
parent924270cf236230928baff2e37ed0284d79fc3c8e (diff)
Fixed crash in activating of map selection.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index b51102dbb5..665f39ac8f 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -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();
}
}