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
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-10-22 19:56:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:23 +0300
commitda1e2b9dee443cf76e92b74a0f2979c48f16dfe2 (patch)
treec8754446e244985fcdb70dedc87bc9466a93f7ed /map/active_maps_layout.cpp
parent56d1a2a26edffe4010261a1e8ca3ff74c65464a7 (diff)
[core] bugfix
Diffstat (limited to 'map/active_maps_layout.cpp')
-rw-r--r--map/active_maps_layout.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/active_maps_layout.cpp b/map/active_maps_layout.cpp
index 42c52fb577..718af519bf 100644
--- a/map/active_maps_layout.cpp
+++ b/map/active_maps_layout.cpp
@@ -410,6 +410,8 @@ void ActiveMapsLayout::StatusChangedCallback(TIndex const & index)
int newPosition = MoveItemToGroup(group, position, TGroup::EUpToDate);
NotifyMove(group, position, TGroup::EUpToDate, newPosition);
+ group = TGroup::EUpToDate;
+ position = newPosition;
}
else if (item.m_options != options)
{