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

[3.x] Update all properties when a property is changed #49035

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

HaSa1002
Copy link
Contributor

This fixes issues where property_list_changed_notify was
previously used to update properties from tool scripts and causing update problems, because of the full tree rebuild.
Calling said function is not longer necessary for that case.

This is an alternative approach to #49032.
Fixes #37464
Resolves #44354, because property_list_changed_notify is not longer necessary in that case

This is only relevant in 3.x as 4.0 polls. (Although there is still the old logic present as well. Why though?)

This fixes various issues where `property_list_changed_notify` was
previously used to update properties from tool scripts.
Calling said function is not longer necessary for that case.
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.

3 participants