From: MyoungJune Park Date: Wed, 2 Jan 2013 05:41:29 +0000 (+0900) Subject: fixed the black background after showing up the IME keypad X-Git-Tag: accepted/tizen_2.1/20130425.022820~31^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35ce6d250336e4fe5d7bf59021609dd6cb2fbf92;p=apps%2Fhome%2Fsettings.git fixed the black background after showing up the IME keypad --- diff --git a/src/setting.c b/src/setting.c index 81459be..e9aaf9f 100755 --- a/src/setting.c +++ b/src/setting.c @@ -299,7 +299,8 @@ static Evas_Object *setting_main_create_win(const char *name) Evas_Object *eo; int w, h; - eo = elm_win_add(NULL, name, ELM_WIN_BASIC); + //eo = elm_win_add(NULL, name, ELM_WIN_BASIC); + eo = elm_win_util_standard_add(name, name); if (eo) { elm_win_title_set(eo, name); evas_object_smart_callback_add(eo, "delete,request", setting_main_del_win, NULL);