elc_hoversel.c: add hover as a smart member of hoversel to fix hover child handle bug.

This commit is contained in:
Daniel Juyung Seo 2013-04-03 13:11:12 +09:00
parent 74b3eed5fd
commit 3aa8d2a7fa
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ _activate(Evas_Object *obj)
if (elm_widget_disabled_get(obj)) return;
sd->hover = elm_hover_add(sd->hover_parent);
evas_object_smart_member_add(sd->hover, obj);
elm_widget_sub_object_add(obj, sd->hover);
elm_widget_mirrored_automatic_set(sd->hover, EINA_FALSE);