Fix issue floating IME is not moved when it is shown 34/319634/1
authorInhong Han <inhong1.han@samsung.com>
Tue, 29 Oct 2024 06:36:17 +0000 (15:36 +0900)
committerInhong Han <inhong1.han@samsung.com>
Tue, 29 Oct 2024 06:36:17 +0000 (15:36 +0900)
Change-Id: I7306af6b0118162c3740ccc3aaa24792567dba84

src/e_mod_input_panel.c

index bb091752e166eb071e9bbdf6bda28f5c12185d1f..96c21fb23c5a576846fdfca6c0d304b4631aa073 100644 (file)
@@ -1739,7 +1739,9 @@ e_input_panel_floating_position_set(int x, int y)
              client_h = floating_ec->h;
           }
 
+        g_floating_info->resizing = EINA_TRUE;
         _e_input_panel_position_set(floating_ec, client_w, client_h);
+        g_floating_info->resizing = EINA_FALSE;
      }
 }