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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-06-06 13:52:02 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 18:58:26 +0300
commit30976280cc6dea4158ff5cf2901fbbb8f8035f77 (patch)
tree6ee8854e3fa5d50f569b8805da4d9ca17be24758 /map
parent01c022a6ca654c309aa220860129df2af408e96b (diff)
Fixed crash on migration
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index d97afe69af..eab2c3b488 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -284,6 +284,7 @@ void Framework::Migrate(bool keepDownloaded)
// while migration is performed.
if (m_drapeEngine && m_isRenderingEnabled)
m_drapeEngine->SetRenderingEnabled(false);
+ m_selectedFeature = FeatureID();
m_searchEngine.reset();
m_infoGetter.reset();
TCountriesVec existedCountries;