Evas textblock: Fix markup cache, was completely broken.
authorTom Hacohen <tom@stosb.com>
Fri, 26 Feb 2016 09:06:00 +0000 (09:06 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 26 Feb 2016 09:13:38 +0000 (09:13 +0000)
commit34020ed131c7a5da4d60bb3a452fac0d9ee5fdd1
tree87606483d0ec9450ffc3fdffa592a82d5f7ab565
parentd5be71065f6a49f7a4a231f7d0793a9c06864063
Evas textblock: Fix markup cache, was completely broken.

The markup cache was completely broken. It was not compared correctly,
so it wasn't even used, but regardless it was cleared just after being
set in some of the cases.

This is the first part of a performance regression fix in elm label.

@fix
src/lib/evas/canvas/evas_object_textblock.c