-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename raise() to move_to_front() #60108
Conversation
We discussed this in a PR review meeting. Since this is only used for 2D (only on Control nodes AFAICT), this could be moved to CanvasItem, and that solves the disconnect between describing a sibling relationship and graphics. So then it can be For plain Nodes, there is still |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to keep track of it but needs some changes.
Updated. I used a little trick, because the method needs access to Node's internals and I didn't want to modify them too much. EDIT: |
c29ba1a
to
b5fd3da
Compare
Thanks! |
Closes #28948