evas box layout bugfix.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Apr 2012 17:03:47 +0000 (17:03 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Apr 2012 17:03:47 +0000 (17:03 +0000)
commit188e536a1aff20e39258584d82840d06ac617796
treea8a30cc337180b0f0bdfd42254bfd0c1e355b9a2
parentf8a31542d856b6bdf3ce76c6dc8cd2a775308bf8
evas box layout bugfix.

Due typo the weight was being handled as an integer, not floating
point. It worked with examples since they were usually being round to
int after being sum (0.3 + 0.7 -> 1.0, 3 + 7 -> 10).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@69910 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
src/lib/canvas/evas_object_box.c