From 6c3ac8bd674352eda408e3b047d855b5607d3b94 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 20 Nov 2013 20:17:17 +0900 Subject: [PATCH] elementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents' on_focus. --- src/lib/elc_multibuttonentry.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c index 6ddb70f..77004f9 100644 --- a/src/lib/elc_multibuttonentry.c +++ b/src/lib/elc_multibuttonentry.c @@ -287,9 +287,6 @@ _elm_multibuttonentry_smart_on_focus(Eo *obj, void *_pd, va_list *list) if (ret) *ret = EINA_FALSE; Eina_Bool int_ret; - eo_do_super(obj, MY_CLASS, elm_wdg_on_focus(&int_ret)); - if (!int_ret) return; - if (elm_widget_focus_get(obj)) { // ACCESS -- 2.7.4