elm_test: don't use legacy win api in interfaces tags case

fix T7754

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9829
This commit is contained in:
Mike Blumenkrantz 2019-09-03 13:13:40 -04:00 committed by Marcel Hollerbach
parent bcfb2d1b6d
commit 2ca66b2036
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ test_ui_tags(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i
snprintf(buf, sizeof(buf), "%s/objects/multibuttonentry.edj", elm_app_data_dir_get());
layout = efl_add(EFL_UI_LAYOUT_CLASS, win,
elm_layout_file_set(efl_added, buf, "multibuttonentry_test"),
elm_win_resize_object_add(win, efl_added));
efl_content_set(win, efl_added));
array = eina_array_new(10);
for (i = 0; i < 9; i++)