Eina_Bool selected)
{
Eo *eo_temp_item;
- /* TIZEN_ONLY(20170719): item selection procedure is handled by _on_color_selected()
Eina_List *l;
- */
ELM_COLORSELECTOR_DATA_GET(WIDGET(item), sd);
elm_object_signal_emit(VIEW(item), "elm,anim,activate", "elm");
eo_do(WIDGET(item), eo_event_callback_call
(ELM_COLORSELECTOR_EVENT_COLOR_ITEM_SELECTED, eo_item));*/
+ EINA_LIST_FOREACH(sd->items, l, eo_temp_item)
+ if (eo_item == eo_temp_item) sd->selected = l;
+
elm_object_signal_emit(VIEW(item), "elm,anim,activate", "elm");
//
}