From: Inhong Han Date: Thu, 21 Sep 2023 01:01:11 +0000 (+0900) Subject: Modified to apply transform when pressing H/W key X-Git-Tag: accepted/tizen/7.0/unified/20230921.172227~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F299152%2F2;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Modified to apply transform when pressing H/W key Change-Id: I36042ee978c15e9a9d240322b9396bc2c2ada411 --- diff --git a/src/e_mod_main.c b/src/e_mod_main.c index c5ced94..8fd02c8 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -1326,6 +1326,7 @@ _e_text_input_cb_input_panel_show(struct wl_client *client, struct wl_resource * { g_input_panel_state = E_INPUT_PANEL_STATE_DID_SHOW; g_show_client = client; + e_client_base_output_resolution_transform_adjust(client_surface_ec); e_input_panel_visibility_change(EINA_TRUE); e_input_panel_transient_for_set(client_surface_ec); }