godot
godot copied to clipboard
Inconsistent behavior when rotating control nodes
Tested versions
Reproduciable in 4.3 stable, not reproduciable in 4.2.2 stable
System information
Windows 10
Issue description
Rotating a control node doesn't rotate on the pivot offset as expected if you change the node's position while rotating
Steps to reproduce
- Open the attached project in godot 4.3 and run. click anywhere to pick up the icon and right click to rotate it. you will see it does not rotate on the pivot if you try to rotate while the icon is picked up. However, it does rotate correctly if you right click without dragging
- Open the attached project in godot 4.2.2 and do the same, you will see it does rotate on the pivot as expected, in both cases.