Skip to content

Fix crash when clicking on underlined property key #227

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

Open
wants to merge 1 commit into
base: godot-4.x
Choose a base branch
from

Conversation

shomykohai
Copy link
Contributor

Description

Normally, when clicking on a property key of an entity, Pandora will try to redirect to the definition of that property prompting to edit the key.

#202 introduced a regression, because Godot will try to focus the new properties and change screen at the same time, resulting in a call to a freed instance.

This PR ensures the new property is getting focused only when adding it from the property bar (as it should have been to begin with).

Addressed issues

@shomykohai shomykohai changed the title Fix crash when clicking on underline property key Fix crash when clicking on underlined property key Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant