bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ec10f18d33c77c5103e16f85874e8b527e73ef8
commit 2ec10f18d33c77c5103e16f85874e8b527e73ef8 Author: Ali Alzyod <[email protected]> Date: Mon Dec 30 14:15:58 2019 +0000 elementary_text: Efl.Ui.Textbox Input Field Entry was added to the same box. This commit fixes this. You could observe this problem when starting the "Textbox Input Field" demo in elm_test Reviewed-by: Marcel Hollerbach <[email protected]> Differential Revision: https://phab.enlightenment.org/D10986 --- src/bin/elementary/test_efl_ui_text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/elementary/test_efl_ui_text.c b/src/bin/elementary/test_efl_ui_text.c index dc1748bd07..53914831e7 100644 --- a/src/bin/elementary/test_efl_ui_text.c +++ b/src/bin/elementary/test_efl_ui_text.c @@ -234,7 +234,6 @@ test_efl_ui_text_inputfield(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED efl_text_multiline_set(en, EINA_TRUE); efl_ui_textbox_scrollable_set(en, EINA_TRUE); evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, 0.5); - efl_pack(bx, en); efl_gfx_entity_size_set(win, EINA_SIZE2D(300, 200)); --
