From 5eb7ae8b586af4dccfc267a9b773ecf1d0ee75bd Mon Sep 17 00:00:00 2001 From: Subodh Kumar Date: Fri, 24 Jan 2020 14:49:03 +0000 Subject: [PATCH] edje_entry: Add matching tag. When textblock has several other tags which are closing as , textblock is not able to find the matching one. @fix Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D11172 --- 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 eb63c4f61f..6afd99472a 100644 --- a/src/lib/edje/edje_entry.c +++ b/src/lib/edje/edje_entry.c @@ -853,7 +853,7 @@ _edje_anchor_mouse_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EIN { an->en->have_link_pressed = EINA_TRUE; evas_textblock_cursor_format_append(an->start, ""); - evas_textblock_cursor_format_prepend(an->end, ""); + evas_textblock_cursor_format_prepend(an->end, ""); } } ev->event_flags |= rp->mask_flags;