elm - cache dump - disable this to fix jp's issues of proxies etc.

this will stop proxies, maps, and other filter object content from
being dropped whenever elm calls elm_cache_all_flush() to flush all
caches.

@fix
This commit is contained in:
Carsten Haitzler 2017-04-06 14:31:19 +09:00
parent ddb189bb1f
commit 987620390b
1 changed files with 2 additions and 1 deletions

View File

@ -1499,7 +1499,8 @@ elm_cache_all_flush(void)
Evas *e = evas_object_evas_get(obj);
evas_image_cache_flush(e);
evas_font_cache_flush(e);
evas_render_dump(e);
// this is up for debate if we should dump as well
// evas_render_dump(e);
}
}