Change-Id: I06d010a8c092979e684d5294be57e02406dd0c68
Signed-off-by: Dmytro Dragan <dm.dragan@samsung.com>
{
setEo(elm_ctxpopup_add(parent));
- //TODO: Should be uncommented when "more/default" style will be supported.
- //elm_object_style_set(getEo(), "more/default");
+ elm_object_style_set(getEo(), "more/default");
elm_ctxpopup_horizontal_set(getEo(), EINA_FALSE);
elm_ctxpopup_auto_hide_disabled_set(getEo(), EINA_TRUE);
evas_object_smart_callback_add(getEo(), "dismissed", on_dismissed_cb, this);