edje_object_signal_emit(ic->obj_icon, "e,state,selected", "e");
selectraise = edje_object_data_get(ic->obj, "selectraise");
if ((selectraise) && (!strcmp(selectraise, "on")))
- {
- evas_object_stack_below(ic->obj, ic->sd->drop);
- evas_object_stack_above(ic->rect, ic->obj);
- }
+ evas_object_stack_below(ic->obj, ic->sd->drop);
}
if (ic->info.removable)
selectraise = edje_object_data_get(ic->obj, "selectraise");
if ((selectraise) && (!strcmp(selectraise, "on")))
evas_object_stack_below(ic->obj, ic->sd->drop);
- evas_object_stack_above(ic->rect, ic->obj);
}
}
if ((selectraise) && (!strcmp(selectraise, "on")))
{
if ((stacking) && (!strcmp(stacking, "below")))
- {
- evas_object_stack_above(ic->obj, ic->sd->underlay);
- evas_object_stack_above(ic->rect, ic->obj);
- }
+ evas_object_stack_above(ic->obj, ic->sd->underlay);
}
}
}