Applied EVAS_BIDI_DIRECTION_NEUTRAL for genlists 26/92526/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 17 Oct 2016 08:50:10 +0000 (17:50 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 17 Oct 2016 08:52:40 +0000 (17:52 +0900)
Change-Id: Iff85e962eef39f49a41e99aa0de39c2f73b64a65

src/ise-stt-option.cpp
src/option.cpp

index f24712d..1287ec9 100644 (file)
@@ -387,6 +387,7 @@ static Evas_Object *create_language_list(Evas_Object *parent)
 
     elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
     elm_genlist_homogeneous_set(genlist, EINA_TRUE);
+    evas_object_paragraph_direction_set(genlist, EVAS_BIDI_DIRECTION_NEUTRAL);
 #ifdef _CIRCLE
     Evas_Object *circle_language_genlist = eext_circle_object_genlist_add(genlist, NULL);
     eext_circle_object_genlist_scroller_policy_set(circle_language_genlist, ELM_SCROLLER_POLICY_OFF, ELM_SCROLLER_POLICY_AUTO);
index e06ed36..7172acf 100644 (file)
@@ -951,6 +951,7 @@ static Evas_Object* create_option_language_view(Evas_Object *naviframe)
     Evas_Object *genlist = elm_genlist_add(naviframe);
     elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
     elm_genlist_homogeneous_set(genlist, EINA_TRUE);
+    evas_object_paragraph_direction_set(genlist, EVAS_BIDI_DIRECTION_NEUTRAL);
 
     SCLOptionWindowType type = find_option_window_type(naviframe);