Fix issue IME is not shown due to its being iconified 85/312985/2
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 06:03:57 +0000 (15:03 +0900)
Change-Id: I9931b14a40f3d431c2f50b7b1aecb33918365187

src/e_mod_input_panel.c

index bc8692ebbaacd0e17a731181dfc6fd604d891304..e578a9a42a4805daeb5627f1aa62b3b264171193 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);