efl: let's use text_prop cache properly.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 17 Jan 2013 10:28:18 +0000 (10:28 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 17 Jan 2013 10:28:18 +0000 (10:28 +0000)
Now evas_object_textgrid_render account for 1% of the benchmark.

SVN revision: 82928

src/lib/evas/common/evas_font_draw.c

index a461ee9..7f5b983 100644 (file)
@@ -330,6 +330,7 @@ evas_common_font_draw_prepare(Evas_Text_Props *text_props)
     */
 
    text_props->generation = fi->generation;
+   text_props->changed = EINA_FALSE;
 
    return;