evas: fix child position when the container is moved
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sat, 11 Feb 2017 22:16:25 +0000 (23:16 +0100)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sat, 11 Feb 2017 23:10:05 +0000 (00:10 +0100)
commitc59a8ddebc6d1d8fd4f6c9855b7c8cb1c50a6c6e
treeabdfc82be9e7b599b7a282d772182d90ff7eb18c
parentba3ac16b62812bc0410ed734078d8108f67a9367
evas: fix child position when the container is moved

when the position of the container is changed the children should also be
repositioned, so setting the changed flag.

The visual effect where you saw that was in luncher where items of the
bar did not get fully up.
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_object_box.c
src/lib/evas/canvas/evas_object_table.c
src/lib/evas/canvas/evas_table.eo