search: no need for that.

This commit is contained in:
Alastair Poole 2021-01-23 08:36:55 +00:00
parent 1668a8761d
commit e3befcf274
1 changed files with 1 additions and 1 deletions

View File

@ -1462,7 +1462,7 @@ _search_empty_cb(void *data)
{
Ui_Data *pd = data;
if (!strlen(elm_object_text_get(pd->search_entry)))
if (!pd->search_len)
{
evas_object_lower(pd->search_pop);
elm_object_focus_allow_set(pd->search_entry, 0);