From: Minkyu Kang Date: Mon, 10 Aug 2015 08:08:46 +0000 (+0900) Subject: controller: allowed the focus even though bar is hided X-Git-Tag: accepted/tizen/tv/20150811.014113~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b86ec161a73b2df9446095211f6e148185e950c;p=profile%2Ftv%2Fapps%2Fnative%2Fair_mediahub.git controller: allowed the focus even though bar is hided Change-Id: I4cf92e8465baf2656c2d361b1c86c632d46c45bc Signed-off-by: Minkyu Kang --- diff --git a/src/util/controller.c b/src/util/controller.c index 7abc684..79ec34d 100644 --- a/src/util/controller.c +++ b/src/util/controller.c @@ -192,7 +192,6 @@ static void _enable(void *handle) continue; evas_object_freeze_events_set(ctl->obj, EINA_FALSE); - elm_object_focus_allow_set(ctl->obj, EINA_TRUE); } } @@ -214,7 +213,6 @@ static void _disable(void *handle) continue; evas_object_freeze_events_set(ctl->obj, EINA_TRUE); - elm_object_focus_allow_set(ctl->obj, EINA_FALSE); } }