Modified to apply transform when pressing H/W key 52/299152/2
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:11:18 +0000 (10:11 +0900)
Change-Id: I36042ee978c15e9a9d240322b9396bc2c2ada411

src/e_mod_main.c

index c5ced94..8fd02c8 100644 (file)
@@ -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);
           }