elementary: kinetic is back in elm_gengrid.

SVN revision: 64866
This commit is contained in:
Cedric BAIL 2011-11-07 11:26:09 +00:00
parent 37d844aa2e
commit a48828b85f
1 changed files with 2 additions and 1 deletions

View File

@ -1907,7 +1907,8 @@ elm_gengrid_add(Evas_Object *parent)
elm_smart_scroller_widget_set(wd->scr, obj);
elm_smart_scroller_object_theme_set(obj, wd->scr, "gengrid", "base",
"default");
elm_smart_scroller_bounce_allow_set(wd->scr, bounce, bounce);
elm_smart_scroller_bounce_allow_set(wd->scr, bounce,
_elm_config->thumbscroll_bounce_enable);
elm_widget_resize_object_set(obj, wd->scr);
evas_object_smart_callback_add(wd->scr, "animate,start", _scr_anim_start, obj);