evas: opaque value does not change even if image data be changed
authorjiin.moon <jiin.moon@samsung.com>
Mon, 29 Jun 2015 11:55:57 +0000 (13:55 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 29 Jun 2015 12:56:23 +0000 (14:56 +0200)
commit739eb4bd0d241aa607766fa1278aa1acd6dbfb92
treeba8accbcae4c9157459db3062608709bdaf04880
parent6107f235aa77c8877279ce59a7dee7adbab4aae4
evas: opaque value does not change even if image data be changed

Summary:
opaque value keeps previous image's value
when image data be changed by file_set/mmap_set api

@fix

Test Plan:
1) Make a evas rectangle object has color
2) Make a evas image object with jpg file.
3) Replace image data with png file by evas_object_image_file_set.

Reviewers: Hermet, cedric, jypark

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2774

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/canvas/evas_object_image.c