@fix slider overlay parenting

this broke stacking and clipping of the indicator
This commit is contained in:
zmike 2014-03-09 17:01:14 -04:00
parent badb1ae200
commit daaa801013
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ _popup_add(Elm_Slider_Smart_Data *sd, Eo *obj)
// XXX popup needs to adapt to theme etc.
sd->popup = edje_object_add(evas_object_evas_get(obj));
evas_object_smart_member_add(sd->popup, obj);
if (sd->horizontal)
_elm_theme_set(NULL, sd->popup, "slider", "horizontal/popup", elm_widget_style_get(obj));
else