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 Y-sorted root item having modulation applied twice #95669

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kleonc
Copy link
Member

@kleonc kleonc commented Aug 16, 2024

Fixes #95667.

For the y-sorted subtree's root modulation is obtained once again after gathering y-sorted items, just like e.g. transform. In the similar manner it needs to be cancelled out.
(again fixing my own mistake, from #78134 🙃)

@kleonc kleonc added bug topic:rendering topic:2d cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Aug 16, 2024
@kleonc kleonc added this to the 4.4 milestone Aug 16, 2024
@kleonc kleonc marked this pull request as ready for review August 16, 2024 23:32
@kleonc kleonc requested a review from a team as a code owner August 16, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release topic:rendering topic:2d
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Y-sorted subtree's root gets modulation applied twice
1 participant