Holding the ‘Shift’ key while scaling a rotated UI element does not preserve its aspect ratio. This issue is specific to elements whose ‘Rotation’ property isn’t 0.
Reproduction steps:
- Set the ‘Rotation’ property of any UI object to a number besides 0.
- Hold Shift while scaling the size
I had 'Shift' pressed while scaling both of these text labels
Expected behavior
The UI element must always maintain its aspect ratio while scaling if the ‘Shift’ key is being held, even if the Rotation property is not set to 0