evas: this should fix the last remaining bug with my lockless font rendering.

SVN revision: 71236
This commit is contained in:
Cedric BAIL 2012-05-19 07:43:37 +00:00
parent 19cff8be60
commit d30a9bf8be
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ evas_common_font_draw_prepare(Evas_Text_Props *text_props)
evas_common_font_int_reload(fi);
if (fi->src->current_size != fi->size)
if (fi->src->current_size != fi->size && text_props->generation == fi->generation)
{
evas_common_font_source_reload(fi->src);
FTLOCK();