These are identical 9-slice except for their position:
This bug appears when the min size is smaller than the image’s size. the smaller the image, the more the slices try to move towards the origin.
These are identical 9-slice except for their position:
This bug appears when the min size is smaller than the image’s size. the smaller the image, the more the slices try to move towards the origin.
I’ll be taking a look at this soon
Fixed this issue today. (Not out yet though, of course)
The issue was translation related. When scaling the GUI, the position was also being affected by the scale which obviously shouldn’t happen (essentially a misplaced bracket).
The repro file was extremely helpful!
Fixed and live.