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-06-21 17:07:46 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:02:06 +0300
commit6d433ff0cafe85066601bea7dd7b82400d71a51a (patch)
tree472152f737314f702eb89a9826e60fe0cb3e4e00 /map
parent99ebfac3a1a4e7a0bd77e5c155f62fb9545732bb (diff)
Selected feature's overlays can't be displaced.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index d8e2b811fd..d5932d178d 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -1929,7 +1929,7 @@ void Framework::ActivateMapSelection(bool needAnimation, df::SelectionShape::ESe
{
ASSERT_NOT_EQUAL(selectionType, df::SelectionShape::OBJECT_EMPTY, ("Empty selections are impossible."));
m_selectedFeature = info.GetID();
- CallDrapeFunction(bind(&df::DrapeEngine::SelectObject, _1, selectionType, info.GetMercator(),
+ CallDrapeFunction(bind(&df::DrapeEngine::SelectObject, _1, selectionType, info.GetMercator(), info.GetID(),
needAnimation));
SetDisplacementMode(info.m_isSponsoredHotel ? dp::displacement::kHotelMode : dp::displacement::kDefaultMode);