forked from organicmaps/organicmaps
Search results flickering on drag fixed.
This commit is contained in:
parent
b5a0cdbe5a
commit
37d435828b
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ void Engine::DoSearch(SearchParams const & params, m2::RectD const & viewport,
|
|||
processor.Search(res, kResultsCount);
|
||||
}
|
||||
|
||||
EmitResults(params, res);
|
||||
if (!processor.IsCancelled())
|
||||
EmitResults(params, res);
|
||||
}
|
||||
catch (Query::CancelException const &)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue