Applied EVAS_BIDI_DIRECTION_NEUTRAL for genlists 36/93536/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 25 Oct 2016 00:14:30 +0000 (09:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 25 Oct 2016 00:14:30 +0000 (09:14 +0900)
Change-Id: Ie07d1c689cd373e114e9efb31b2cc7af195663c8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
im_setting_list/input_method_setting_list_popup_view.cpp
im_setting_list/input_method_setting_list_ui.cpp
im_setting_selector/input_method_setting_selector_ui.cpp

index 35f7bb1934c592ae4aaa37c089884680eadfd04b..b6a50325013832b79ab05de59bf26731ed64da25 100644 (file)
@@ -181,6 +181,7 @@ static Evas_Object *im_setting_list_genlist_create(Evas_Object* parent, Evas_Obj
         return NULL;
     Evas_Object *genlist = elm_genlist_add(parent);
     elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
+    evas_object_paragraph_direction_set(genlist, EVAS_BIDI_DIRECTION_NEUTRAL);
 #ifdef _CIRCLE
     /* Circle Surface Creation */
     Eext_Circle_Surface *circle_surface = eext_circle_surface_conformant_add(conform);
index aec63f0d59f2540238233488482399e32d21628b..743da10263ad72c8a88b9dee3fb445220f64f9d2 100644 (file)
@@ -430,6 +430,7 @@ static Evas_Object *im_setting_list_genlist_create(appdata *ad)
 {
     Evas_Object *genlist = elm_genlist_add(ad->naviframe);
     elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
+    evas_object_paragraph_direction_set(genlist, EVAS_BIDI_DIRECTION_NEUTRAL);
 #ifdef _CIRCLE
     /* Circle Surface Creation */
     Eext_Circle_Surface *circle_surface = eext_circle_surface_conformant_add(ad->conform);
index b0c5f3bad308613ac3933a96c2edcc9c432768ff..f85e101854d9e913954be8540eebc1751068bf52 100755 (executable)
@@ -243,6 +243,7 @@ static Evas_Object *im_setting_selector_genlist_create(Evas_Object* parent, Evas
 {
     Evas_Object *genlist = elm_genlist_add(parent);
     elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
+    evas_object_paragraph_direction_set(genlist, EVAS_BIDI_DIRECTION_NEUTRAL);
 #ifdef _CIRCLE
     /* Circle Surface Creation */
     Eext_Circle_Surface *circle_surface = eext_circle_surface_conformant_add(conform);