Set the color of the hit_rect (0, 0, 0, 0), when the image is set the color.

SVN revision: 80002
This commit is contained in:
Jaehwan Kim 2012-12-03 03:53:13 +00:00
parent f4ca08bf6e
commit 4cf133cf15
1 changed files with 1 additions and 0 deletions

View File

@ -764,6 +764,7 @@ _elm_image_smart_color_set(Eo *obj, void *_pd, va_list *list)
eo_do_super(obj, evas_obj_smart_color_set(r, g, b, a));
evas_object_color_set(sd->hit_rect, 0, 0, 0, 0);
evas_object_color_set(sd->img, r, g, b, a);
if (sd->prev_img) evas_object_color_set(sd->prev_img, r, g, b, a);
}