discomfitor pushed a commit to branch elementary-1.17.

http://git.enlightenment.org/core/elementary.git/commit/?id=ac383f4cb1a4ef520f7ac2aa11ad5387a22875f0

commit ac383f4cb1a4ef520f7ac2aa11ad5387a22875f0
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Feb 25 16:38:51 2016 -0500

    list: do not constantly reset scr_min flags
    
    these get set during mode_set and when directly changing the flags.
    at no other time should they be changed
    
    @fix
---
 src/lib/elm_list.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elm_list.c b/src/lib/elm_list.c
index bf928fc..5788c9d 100644
--- a/src/lib/elm_list.c
+++ b/src/lib/elm_list.c
@@ -1021,7 +1021,6 @@ _items_fix(Evas_Object *obj)
           i++;
      }
 
-   _elm_list_mode_set_internal(obj);
    _elm_list_unwalk(obj, sd);
 
    //focus highlight in_theme is set by list item theme.
@@ -2654,8 +2653,6 @@ _elm_list_horizontal_set(Eo *obj, Elm_List_Data *sd, 
Eina_Bool horizontal)
         evas_object_size_hint_align_set(sd->box, EVAS_HINT_FILL, 0.0);
         eo_do(obj, elm_interface_scrollable_bounce_allow_set(EINA_FALSE, 
bounce));
      }
-
-   _elm_list_mode_set_internal(obj);
 }
 
 EOLIAN static Eina_Bool

-- 


Reply via email to