search: handle space chars.

This commit is contained in:
Alastair Poole 2021-01-21 13:27:26 +00:00
parent 7eb4adcef5
commit 582d5c3922
1 changed files with 1 additions and 0 deletions

View File

@ -1540,6 +1540,7 @@ _win_key_down_search(Ui_Data *pd, Evas_Event_Key_Down *ev)
}
else if (ev->string)
{
if (isspace(ev->string[0])) return;
size_t len = strlen(ev->string);
if (len)
{