arpit / openpyro

An open source framework for ActionScript3 based applications
http://openpyro.org
MIT License
40 stars 5 forks source link

Layouts dont respect initX initY when assigned to a UIContainer without a padding #25

Open arpit opened 14 years ago

arpit commented 14 years ago

The container sets the values of the padding when no padding is set because internally it creates a padding object of 0,0,0,0. initX initY are not respected.

workaround: Set the container's padding to the initX/Y values