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:
authorYuri Gorshenin <y@maps.me>2017-11-01 18:05:33 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-11-01 18:23:24 +0300
commitd96212bc1f904b7b08342121cb009377e15f6d79 (patch)
treeb4fa8e3041a5deff77527fa8b8727f4fbfbebd68 /map/framework.hpp
parent4604db2aaefa24854ef3100a1f2aa59502418fd6 (diff)
[search] Fixed dancing search results.
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index c0f3a104b2..4c1777de74 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -557,7 +557,7 @@ public:
// When search in viewport is active or delayed, restarts search in
// viewport.
- void PokeSearchInViewport();
+ void PokeSearchInViewport(bool forceSearch = true);
// Search everywhere.
bool SearchEverywhere(search::EverywhereSearchParams const & params);