Ui text: disable selection handler from test

This commit is contained in:
Daniel Hirt 2016-12-01 12:43:59 +02:00
parent b6cf837196
commit 4f9ef4989c
1 changed files with 0 additions and 1 deletions

View File

@ -3042,7 +3042,6 @@ test_efl_ui_text(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve
efl_canvas_text_annotation_insert(en, main_cur, cur, "a href=#hello");
efl_ui_text_interactive_editable_set(en, EINA_TRUE);
efl_ui_text_selection_handler_disabled_set(en, EINA_FALSE);
efl_ui_text_scrollable_set(en, EINA_TRUE);
evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL);