elementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents' on_focus.

This commit is contained in:
WooHyun Jung 2013-11-20 20:17:17 +09:00
parent 611d38a06e
commit 10775281a7
1 changed files with 0 additions and 3 deletions

View File

@ -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