From b7e27caae86710d2d085f5c3831ae68f3bd46623 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 25 Feb 2016 16:38:51 -0500 Subject: [PATCH] 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 --- legacy/elementary/src/lib/elm_list.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/legacy/elementary/src/lib/elm_list.c b/legacy/elementary/src/lib/elm_list.c index bf928fc..5788c9d 100644 --- a/legacy/elementary/src/lib/elm_list.c +++ b/legacy/elementary/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 -- 2.7.4