X Tutup
Skip to content

Fix node can't be rotated by holding ctrl/command while in select mode#109465

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
Open-Industry-Project:fix-ctrl-command-rotate
Aug 12, 2025
Merged

Fix node can't be rotated by holding ctrl/command while in select mode#109465
Repiteo merged 1 commit intogodotengine:masterfrom
Open-Industry-Project:fix-ctrl-command-rotate

Conversation

@ryevdokimov
Copy link
Contributor

Fixes: #109440

This could be less complicated if #105790 was implemented, but we're a bit late in the release cycle, so alt functionality was maintained in this PR hence a lot of checks. I made it a bit more verbose so it's easier to digest and change in the future if needed.

@ryevdokimov ryevdokimov force-pushed the fix-ctrl-command-rotate branch from 0ff964c to 1672b69 Compare August 11, 2025 11:18
Copy link
Contributor

@winston-yallow winston-yallow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this, and it works as expected! Thanks for the quick fix 🚀

I did not review the code in depth though as there are people who know C++ better than me 😁

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, it works as expected. Code looks good to me.

@Repiteo Repiteo merged commit fa5035f into godotengine:master Aug 12, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Aug 12, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nodes can't be rotated by holding down control/command modifier

5 participants

X Tutup