Evas textblock: Fix markup cache, was completely broken. 19/66919/2
authorTom Hacohen <tom@stosb.com>
Fri, 26 Feb 2016 09:06:00 +0000 (09:06 +0000)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 25 Apr 2016 03:57:29 +0000 (20:57 -0700)
commit4ade811b52a4002d3af1163d4ca190052e179c0e
treeb7ade487a78839e8e843251031cf5176c33326a2
parentd42a5ea516a8b72cffa1f90fbeb44dbbe4b410cb
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

Change-Id: I27e088c59b55aee5606b02ea021c386d8bde3a0d
src/lib/evas/canvas/evas_object_textblock.c