[ScrollBar (handler)] Modified for smooth scrolling of scrollbar.
[framework/uifw/elementary.git] / src / lib / elm_genlist.c
old mode 100644 (file)
new mode 100755 (executable)
index 2604c0c..5d6d661
@@ -4429,6 +4429,6 @@ elm_genlist_scrollbar_handler_set(Evas_Object *obj, Eina_Bool set)
    Widget_Data *wd = elm_widget_data_get(obj);
    if (!wd) return;
    if(!set) return;
-   elm_smart_scroller_bounce_allow_set(wd->scr, 0, 0);
+
    elm_smart_scroller_handler_set(wd->scr);
 }