Fix scale inheritance problem 03/73603/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 01:32:28 +0000 (10:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 01:32:31 +0000 (10:32 +0900)
ELM_SCALE environment of isf-panel-efl inherits to IME process, so it makes scale problem.

Change-Id: I804ef4daf2aa83d2ce2ca4f953a38df92a015167

ism/extras/efl_panel/isf_panel_efl.cpp

index 41b7b54..668afb7 100644 (file)
@@ -6050,6 +6050,7 @@ static void launch_helper (const char* exec, const char *name, const char *appid
         ISF_SAVE_LOG ("Exec scim_helper_launcher(%s %s)\n", name, appid);
 
         unsetenv ("ELM_THEME");
+        unsetenv ("ELM_SCALE");
 
         setsid ();
         LOGD ("launch execpath : %s\n", exec);