projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623643c
)
Fix scale inheritance problem
03/73603/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 01:32:28 +0000
(10:32 +0900)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/ism/extras/efl_panel/isf_panel_efl.cpp
b/ism/extras/efl_panel/isf_panel_efl.cpp
index 41b7b54900aed8c862e28f21a92374bad7d74339..668afb73185fa0635a57b96f657fe1a35d3feea7 100644
(file)
--- a/
ism/extras/efl_panel/isf_panel_efl.cpp
+++ b/
ism/extras/efl_panel/isf_panel_efl.cpp
@@
-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);