Scaling test: reorder instructions to set the correct scale
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 3 Mar 2016 08:25:22 +0000 (10:25 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 3 Mar 2016 08:54:16 +0000 (10:54 +0200)
commitdbd03c0881856d7485a8581f3ad66ed2dbbc4939
treed0c09da46f7bbda99866fa4d7d2dfff1adcee31b
parenta9c6193bf15ff6fe457b4d7b23c77dafd56d35cd
Scaling test: reorder instructions to set the correct scale

If the scale is set on an object before contents are set, it will not
pass to them. Because of this, in the test, scale of the first label
remains 1.0, i.e the window scale, instead of 0.5.
The patch modifies the order of the instructions by setting the scale
after setting the label as content of the frame.
legacy/elementary/src/bin/test_scaling.c