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:
0051d55
)
Fix default keyboard is not changing properly
24/231824/1
author
InHong Han
<inhong1.han@samsung.com>
Fri, 24 Apr 2020 09:32:43 +0000
(18:32 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Fri, 24 Apr 2020 09:36:56 +0000
(09:36 +0000)
Change-Id: Ia6097508311105cec6cae28ee7d8f8814b4b15c5
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
ad5fde8
..
97d5e37
100644
(file)
--- a/
ism/extras/efl_panel/isf_panel_efl.cpp
+++ b/
ism/extras/efl_panel/isf_panel_efl.cpp
@@
-6693,6
+6693,7
@@
static void slot_run_helper (const String &uuid, const String &config, const Str
launch_helper (scim_helper_path.c_str(), _ime_info[i].module_name.c_str (), uuid.c_str (), config.c_str (), display.c_str ());
}
+ _soft_keyboard_launched = true;
break;
}
}