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 propagation of LocalLocalization #1202

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

m-sasha
Copy link

@m-sasha m-sasha commented Mar 18, 2024

Currently, the user-provided LocalLocalization was overwritten in new scene scope (e.g. Window, Popup).

This PR uses providesDefault to provide the LocalLocalization for a new scene, which avoids overwriting any user-provided one.

Testing

Test: Added new unit tests.

@m-sasha m-sasha requested a review from igordmn March 18, 2024 13:38
@m-sasha m-sasha force-pushed the m-sasha/fix-local-localization-propagation branch from 017b1b6 to 81acb71 Compare March 19, 2024 08:17
…ow and from window into child scenes (e.g. popup).
@m-sasha m-sasha force-pushed the m-sasha/fix-local-localization-propagation branch from 81acb71 to b1084dd Compare March 19, 2024 15:17
@m-sasha m-sasha merged commit cb2c860 into jb-main Mar 19, 2024
6 checks passed
@m-sasha m-sasha deleted the m-sasha/fix-local-localization-propagation branch March 19, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants