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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-06-22 14:23:46 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:02:04 +0300
commit3a9cb317a18c80d771c3245c9aa217c8fde8c0c7 (patch)
tree27690dd3aad301c604098b19102558b4b0b72e7c /map
parentc4702faa96c4a026a177a0bc295dc0b5a4d13996 (diff)
Fixed interactive search
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 2b1117b0b8..d8e2b811fd 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -1069,6 +1069,7 @@ void Framework::StartInteractiveSearch(search::SearchParams const & params)
});
}
};
+ UpdateUserViewportChanged();
}
void Framework::ClearAllCaches()