From: InHong Han Date: Fri, 24 Apr 2020 09:32:43 +0000 (+0900) Subject: Fix default keyboard is not changing properly X-Git-Tag: accepted/tizen/unified/20200507.052308~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04d380de2c83003dbff0cca9c3a6fa621fee260b;p=platform%2Fcore%2Fuifw%2Fisf.git Fix default keyboard is not changing properly Change-Id: Ia6097508311105cec6cae28ee7d8f8814b4b15c5 --- diff --git a/ism/extras/efl_panel/isf_panel_efl.cpp b/ism/extras/efl_panel/isf_panel_efl.cpp index ad5fde8..97d5e37 100644 --- 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; } }