diff options
-rw-r--r-- | src/lib/evas/cache/evas_cache_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/cache/evas_cache_image.c b/src/lib/evas/cache/evas_cache_image.c index f6fd2a7fe5..b6c61f5445 100644 --- a/src/lib/evas/cache/evas_cache_image.c +++ b/src/lib/evas/cache/evas_cache_image.c | |||
@@ -1268,7 +1268,7 @@ evas_cache_image_preload_data(Image_Entry *im, const Eo *target, | |||
1268 | { | 1268 | { |
1269 | RGBA_Image *img = (RGBA_Image *)im; | 1269 | RGBA_Image *img = (RGBA_Image *)im; |
1270 | 1270 | ||
1271 | if ((im->flags.loaded) && (img->image.data)) | 1271 | if (((im->flags.loaded) && (img->image.data)) || im->flags.cached) |
1272 | { | 1272 | { |
1273 | evas_object_inform_call_image_preloaded((Evas_Object*)target); | 1273 | evas_object_inform_call_image_preloaded((Evas_Object*)target); |
1274 | return; | 1274 | return; |