Enlightenment: Make gadget editor popup scrollable:

This fixes T5077
This commit is contained in:
Stephen 'Okra' Houston 2017-01-09 10:39:39 -06:00
parent d843f58671
commit 05f35b4deb
1 changed files with 1 additions and 0 deletions

View File

@ -2158,6 +2158,7 @@ e_gadget_site_edit(Evas_Object *site)
}
popup = elm_popup_add(e_comp->elm);
elm_popup_scrollable_set(popup, EINA_TRUE);
elm_popup_allow_events_set(popup, 1);
editor = e_gadget_editor_add(e_comp->elm, site);