woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9c1b0e346ea2d576388f9ce97bc017fe96484041

commit 9c1b0e346ea2d576388f9ce97bc017fe96484041
Author: WooHyun Jung <[email protected]>
Date:   Thu Oct 27 15:26:41 2016 +0900

    elm hoversel: restore focus to the button when hover end
---
 src/lib/elementary/elc_hoversel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/elc_hoversel.c 
b/src/lib/elementary/elc_hoversel.c
index 28ada3b..22331b4 100644
--- a/src/lib/elementary/elc_hoversel.c
+++ b/src/lib/elementary/elc_hoversel.c
@@ -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

-- 


Reply via email to