Revert "genlist no longer scrolls crazily"

This reverts commit 7a653914ad048c00871d2ef71a56185e5a7fb1ca.

I will fix this in another way.
This commit is contained in:
Daniel Juyung Seo 2014-03-18 14:09:01 +09:00
parent 699b01bcb2
commit c08c20aac3
1 changed files with 2 additions and 0 deletions

View File

@ -2448,6 +2448,8 @@ _elm_genlist_item_focused(Elm_Gen_Item *it)
(elm_widget_item_disabled_get(it)))
return;
elm_genlist_item_bring_in((Elm_Object_Item *)it,
ELM_GENLIST_ITEM_SCROLLTO_IN);
sd->focused_item = (Elm_Object_Item *)it;
if (elm_widget_focus_highlight_enabled_get(obj))