elc_hoversel.c: Fixed wrong sub object handling.

hover should be a sub object of hoversel.
This commit is contained in:
Daniel Juyung Seo 2013-04-03 03:11:34 +09:00
parent 8b577874c2
commit f2b514f26b
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);
elm_widget_sub_object_add(obj, sd->hover);
elm_widget_mirrored_automatic_set(sd->hover, EINA_FALSE);
if (sd->horizontal)