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 <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D11172
This commit is contained in:
Subodh Kumar 2020-01-24 14:49:03 +00:00 committed by Marcel Hollerbach
parent ae8b912328
commit 5eb7ae8b58
1 changed files with 1 additions and 1 deletions

View File

@ -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, "<link_pressed>");
evas_textblock_cursor_format_prepend(an->end, "</>");
evas_textblock_cursor_format_prepend(an->end, "</link_pressed>");
}
}
ev->event_flags |= rp->mask_flags;