seoz pushed a commit to branch master.
commit d2a028b23ba62ea697200d158f972e50f4d51ee0
Author: Daniel Juyung Seo <[email protected]>
Date: Wed Apr 3 03:11:34 2013 +0900
elc_hoversel.c: Fixed wrong sub object handling.
hover should be a sub object of hoversel.
---
src/lib/elc_hoversel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c
index 91a03ad..3c5caa4 100644
--- a/src/lib/elc_hoversel.c
+++ b/src/lib/elc_hoversel.c
@@ -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)
--
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html