From: JunsuChoi Date: Fri, 8 Sep 2017 08:51:15 +0000 (+0900) Subject: atspi : Fix "bring_in" of the genlist item in wearable profile X-Git-Tag: submit/tizen_3.0/20171019.130042~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b4c76fdcbbd91710a81c9072b5571e6d3fffcec;p=platform%2Fupstream%2Felementary.git atspi : Fix "bring_in" of the genlist item in wearable profile Change-Id: I31499becfd6b292df919f7aebf3647dd9d44bde2 --- diff --git a/src/mobile_lib/elm_genlist.c b/src/mobile_lib/elm_genlist.c index fcb0579d1..36c0b9bae 100644 --- a/src/mobile_lib/elm_genlist.c +++ b/src/mobile_lib/elm_genlist.c @@ -8777,9 +8777,11 @@ _elm_genlist_item_elm_interface_atspi_component_highlight_grab(Eo *eo_it, Elm_Ge } else { +#ifndef TIZEN_PROFILE_WEARABLE //TIZEN_ONLY(20170724): grab highlight using unrealized item elm_genlist_item_bring_in(eo_it, ELM_GENLIST_ITEM_SCROLLTO_IN); // +#endif sd->atspi_item_to_highlight = it;//it will be highlighted when realized }