Skip to content
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

Prevent editor crash when deleting children of GraphNode #69284

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

John-Gdi
Copy link
Contributor

@John-Gdi John-Gdi commented Nov 28, 2022

Solve #69082 by adding avaliable child checking.

Bugsquad edit:

scene/gui/graph_node.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@YuriSizov YuriSizov left a comment

Choose a reason for hiding this comment

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

Formally marking as "Request changes", see the discussion above.

scene/gui/graph_node.cpp Outdated Show resolved Hide resolved
@YuriSizov YuriSizov changed the title To solve the editor crashes when deleting children of GraphNode Prevent editor crash when deleting children of GraphNode Nov 29, 2022
@YuriSizov
Copy link
Contributor

When you will be updating your PR next, please amend the commit message as well. I've edited the title of your PR, you can use that.

@John-Gdi John-Gdi requested review from YuriSizov and removed request for Geometror December 2, 2022 00:56
Copy link
Contributor

@YuriSizov YuriSizov left a comment

Choose a reason for hiding this comment

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

LGTM

@YuriSizov YuriSizov merged commit d759210 into godotengine:master Dec 5, 2022
@YuriSizov
Copy link
Contributor

YuriSizov commented Dec 5, 2022

Thanks! And congratulations on the first merged pull request, I think! 🎉

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.

Editor crashes when deleting children of GraphNode
4 participants