really minor fix - to invalidate cache on memfile set.. set to not has

cur alpha then the cur alpha flag! :)



SVN revision: 76275
This commit is contained in:
Carsten Haitzler 2012-09-07 05:27:55 +00:00
parent 989a182d1c
commit 86d35c3ca0
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ evas_object_image_memfile_set(Evas_Object *obj, void *data, int size, char *form
evas_object_image_file_set(obj, NULL, NULL);
// invalidate the cache effectively
evas_object_image_alpha_set(obj, !o->cur.has_alpha);
evas_object_image_alpha_set(obj, !o->cur.has_alpha);
evas_object_image_alpha_set(obj, o->cur.has_alpha);
if ((size < 1) || (!data)) return;