evas: Fix stacked box align
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 12 Dec 2016 09:17:30 +0000 (18:17 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 13 Dec 2016 07:12:27 +0000 (16:12 +0900)
commitfdcd92696078277b6d48f577c3289da68f91b091
treef3a3b631d14dd855032c46f6982121440f3cf1f3
parent946aa945b358ce08e55773f05d56b4752b12d0a9
evas: Fix stacked box align

I added a way to respect the object's alignment when adding them
to a stacked box, but that alignment should only be used when the
box align is set to fill, otherwise both aligns would conflict.

See 3df7b717c932adac481aa0ec527d4d5893b07bb8
src/bin/elementary/test_gfx_filters.c [new file with mode: 0644]
src/lib/evas/canvas/evas_object_box.c