Evas.Image: (eo) fill_set now unsets the filled flag
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 18 Mar 2016 02:29:55 +0000 (11:29 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 18 Mar 2016 04:28:45 +0000 (13:28 +0900)
commit9d4ca6f352a465cc6e0bcc70aeb3ac3108917e67
tree5cc795c8367dc08fd90da5ef47ad2f458bfbc153
parentbc2b32cba7bb562e2a558ac971fc3b95a1150511
Evas.Image: (eo) fill_set now unsets the filled flag

There's no point in calling fill_set AND fillet_set(false).
If a users wants to specify the fill, that should be enough
to switch to non-filled mode.

Maybe the "filled" mode should even be called auto or something?
src/lib/evas/canvas/evas_image_legacy.c
src/lib/evas/canvas/evas_image_private.h
src/lib/evas/canvas/evas_object_image.c