projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4dadc
)
Fix issue floating IME is not moved when it is shown
34/319634/1
author
Inhong Han
<inhong1.han@samsung.com>
Tue, 29 Oct 2024 06:36:17 +0000
(15:36 +0900)
committer
Inhong 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
patch
|
blob
|
history
diff --git
a/src/e_mod_input_panel.c
b/src/e_mod_input_panel.c
index bb091752e166eb071e9bbdf6bda28f5c12185d1f..96c21fb23c5a576846fdfca6c0d304b4631aa073 100644
(file)
--- a/
src/e_mod_input_panel.c
+++ b/
src/e_mod_input_panel.c
@@
-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;
}
}