The button widget seems not to work correctly when setting the left and the top values, my buttons were all aligned correctly and then the update pushed them all left.
If you don’t set left and top and set x and y, it seems to ignore the anchor values, so for instance if I set anchorX =0.0 for my button and set the position x=0 then you’d expect the button to be placed on the left edge of the screen, instead it puts the center point of the button at 0 and appears half off and half on. This was working before the recent changes.