summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hirt <hirt.danny@gmail.com>2017-05-15 14:55:35 +0300
committerDaniel Hirt <hirt.danny@gmail.com>2017-05-19 18:47:46 +0300
commitab405f670f4520f37dc3686ffc033461f404e455 (patch)
tree7cc5ac259585be3ac5f0902af71b189dfe352dc9
parent459cbff9c3b945fcd5762bb9a2b3a1bb0645f9c9 (diff)
downloadefl-ab405f670f4520f37dc3686ffc033461f404e455.tar.gz
Ui text: update test to set a color
-rw-r--r--src/bin/elementary/test_efl_ui_text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/elementary/test_efl_ui_text.c b/src/bin/elementary/test_efl_ui_text.c
index dee9c78376..3aa45c75f2 100644
--- a/src/bin/elementary/test_efl_ui_text.c
+++ b/src/bin/elementary/test_efl_ui_text.c
@@ -172,6 +172,7 @@ test_efl_ui_text(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve
" is the next line.\nThis is Yet another line! Line and paragraph"
" separators are actually different!");
efl_text_properties_font_set(en, "Sans", 10);
+ efl_text_properties_color_set(en, 255, 255, 255, 255);
main_cur = efl_canvas_text_cursor_get(en);
cur = efl_ui_text_cursor_new(en);