From: Mike Blumenkrantz Date: Thu, 25 Feb 2016 21:38:51 +0000 (-0500) Subject: list: do not constantly reset scr_min flags X-Git-Tag: upstream/1.20.0~7116^2~14^2~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7e27caae86710d2d085f5c3831ae68f3bd46623;p=platform%2Fupstream%2Fefl.git 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 --- 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