Fixed|UI|Client: Initial viewResized event to mewly added children
Hitherto widgets have received a viewResized event only when the actual Canvas size has changed. This has only accidentally worked correctly because most widgets are present before the window is ready for GL drawing.
Now widgets get sent viewResized whenever they become part of the widget tree.
Fixed|UI|Client: Initial viewResized event to mewly added children
Hitherto widgets have received a viewResized event only when the
actual Canvas size has changed. This has only accidentally worked
correctly because most widgets are present before the window is
ready for GL drawing.
Now widgets get sent viewResized whenever they become part of the
widget tree.