Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@shomykohai
Copy link
Contributor

@shomykohai shomykohai commented Jun 14, 2025

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
Copy link
Owner

@bitbrain bitbrain left a comment

Choose a reason for hiding this comment

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

Thank you!

@bitbrain bitbrain merged commit 9523744 into bitbrain:godot-4.x Jul 11, 2025
3 checks passed
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.

Crash when clicking property names

2 participants