make font cache flush 0 out font cache size first

SVN revision: 56890
This commit is contained in:
Carsten Haitzler 2011-02-10 06:12:09 +00:00
parent 290e6c430d
commit 1e58115de6
1 changed files with 5 additions and 0 deletions

View File

@ -772,7 +772,12 @@ eng_font_draw(void *data __UNUSED__, void *context, void *surface, void *font, i
static void
eng_font_cache_flush(void *data __UNUSED__)
{
int tmp_size;
tmp_size = evas_common_font_cache_get();
evas_common_font_cache_set(0);
evas_common_font_flush();
evas_common_font_cache_set(tmp_size);
}
static void