From d967b98afa4a43bbcec891e6e916390589d47156 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Fri, 2 Dec 2016 18:22:58 +0900 Subject: [PATCH] edje: fix mistyped code for _color_class_parent_set() It caused issue for applying a color to a entry's cursor. @tizen_fix Change-Id: I16ed2963cc13c6befd2686c956119036677f8627 --- src/lib/edje/edje_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c index 0d8aec4..672c79a 100644 --- a/src/lib/edje/edje_entry.c +++ b/src/lib/edje/edje_entry.c @@ -3102,7 +3102,7 @@ _edje_entry_real_part_init(Edje *ed, Edje_Real_Part *rp, Ecore_IMF_Context *ic) evas_object_pass_events_set(en->cursor_fg, EINA_TRUE); _edje_subobj_register(ed, en->cursor_fg); /* TIZEN_ONLY(20161025): Add color class parent-child relationship with APIs */ - edje_object_color_class_parent_set(en->cursor_bg, ed->obj); + edje_object_color_class_parent_set(en->cursor_fg, ed->obj); /* END */ } -- 2.7.4