Modified to apply transform when pressing H/W key 50/299150/1
authorInhong Han <inhong1.han@samsung.com>
Thu, 21 Sep 2023 01:01:11 +0000 (10:01 +0900)
committerInhong Han <inhong1.han@samsung.com>
Thu, 21 Sep 2023 01:01:48 +0000 (10:01 +0900)
Change-Id: I36042ee978c15e9a9d240322b9396bc2c2ada411

src/e_mod_main.c

index baf53e8..c58a90c 100644 (file)
@@ -1421,6 +1421,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);
           }