From: 백근훈 [mailto:knhoon.baik@samsung.com]

Subject: elm_all_flush 관련하여 패치 검토 요청

elm_all_flush doesnt clear eet's cache. fix. :)



SVN revision: 55685
This commit is contained in:
Carsten Haitzler 2010-12-21 09:17:11 +00:00
parent 6f63c7bf30
commit ed8af1383f
1 changed files with 1 additions and 0 deletions

View File

@ -1835,6 +1835,7 @@ elm_all_flush(void)
Evas *e = evas_object_evas_get(obj);
edje_file_cache_flush();
edje_collection_cache_flush();
eet_clearcache();
evas_image_cache_flush(e);
evas_font_cache_flush(e);
evas_render_dump(e);