evas_object_image: fix alpha_set bug. 77/88477/1
authorJi-Youn Park <jy0703.park@samsung.com>
Mon, 19 Sep 2016 08:42:58 +0000 (17:12 +0830)
committerJi-Youn Park <jy0703.park@samsung.com>
Mon, 19 Sep 2016 08:44:33 +0000 (17:14 +0830)
commite1212ec912a11b95fe82d746248ff6e7be7365e3
tree3f9471df2bcf31ea18a4e984771fa95a113d3a73
parent444d8cf60d1506454941e2eb2cd015cf35b1cb79
evas_object_image: fix alpha_set bug.

if image object's first alpha value is false, evas_object_image_alpha_set function did not work.
opaque_valid is always 1 even though has_alpha value changed.

opensoure_commit fc0c0a6e0b967fb283f121ee38d396e848e4f73e
Author: Ji-Youn Park <jy0703.park@samsung.com>
Date:   Mon Sep 19 17:02:40 2016 +0830

Change-Id: I2c032ec0135bdca7d4a607c9b2a531c799ddf42c
src/lib/evas/canvas/evas_object_image.c