elm hoversel: restore focus to the button when hover end

This commit is contained in:
WooHyun Jung 2016-10-27 15:26:41 +09:00
parent 574e4b8ad5
commit 9c1b0e346e
1 changed files with 1 additions and 0 deletions

View File

@ -764,6 +764,7 @@ _elm_hoversel_hover_end(Eo *obj, Elm_Hoversel_Data *sd)
{
_hover_del(obj);
} // for backward compatibility
elm_object_focus_set(obj, EINA_TRUE);
}
EOLIAN static Eina_Bool