Fix issue IME is not shown due to its being iconified 82/312982/1
authorInhong Han <inhong1.han@samsung.com>
Tue, 18 Jun 2024 05:23:44 +0000 (14:23 +0900)
committerInhong Han <inhong1.han@samsung.com>
Tue, 18 Jun 2024 05:23:44 +0000 (14:23 +0900)
Change-Id: I9931b14a40f3d431c2f50b7b1aecb33918365187

src/e_mod_input_panel.c

index 46813414e20e21d8fdbd7acbe82cd01db0b35ec4..a4a1449f6f0b77210064fff12c9eb1815bb1ce4c 100644 (file)
@@ -712,6 +712,10 @@ _ips_show(E_Client *ec)
    _e_input_panel_position_set(ec, ec->client.w, ec->client.h);
 
    ec->visible = EINA_TRUE;
+
+   if (ec->iconic)
+     e_client_uniconify(ec);
+
    evas_object_geometry_set(ec->frame, ec->x, ec->y, ec->w, ec->h);
    evas_object_show(ec->frame);
    e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h);