From: Ji-hoon Lee Date: Wed, 9 Dec 2020 09:51:52 +0000 (+0900) Subject: Add missing return key type and disabled setting X-Git-Tag: submit/tizen/20201215.025446~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f8fc42a3662fad9e96b91fd4eb0c823f227e84b;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Add missing return key type and disabled setting Change-Id: I55f691a2b13e726d9904ec732d8b4ad9d8949be1 --- diff --git a/src/sclconnection-isf.cpp b/src/sclconnection-isf.cpp index 74b13e3..d8011fa 100644 --- a/src/sclconnection-isf.cpp +++ b/src/sclconnection-isf.cpp @@ -209,6 +209,8 @@ static void slot_ise_show(const scim::HelperAgent *agent, int ic, char *buf, siz #ifdef WEBSOCKET g_websocket.on_set_layout(ise_context.layout); g_websocket.on_update_cursor_position(ic, ise_context.cursor_pos); + g_websocket.on_set_return_key_type(ise_context.return_key_type); + g_websocket.on_set_return_key_disable(ise_context.return_key_disabled); g_websocket.on_show(ic); #endif }