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

Fix array variable with @export_multiline not registering changes. #92225

Merged
merged 1 commit into from
May 29, 2024

Conversation

ajreckof
Copy link
Member

Fixes #89288
In case the nested editor was sending updates with changing= true update_property is not called which is expected but this means the new value was not set which meant new changes wouldn't take into consideration previous ones until update_property was called.

@akien-mga akien-mga changed the title Fix array variable with@export_multiline not registering changes. Fix array variable with @export_multiline not registering changes. May 21, 2024
@AThousandShips AThousandShips added this to the 4.3 milestone May 22, 2024
@akien-mga akien-mga merged commit 2551986 into godotengine:master May 29, 2024
16 checks passed
@akien-mga
Copy link
Member

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.

Adding element to array with @export_multiline deletes previously entered items
3 participants