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 child animations not applying with SourceOperator on Drawable groups #1263

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

yuto-trd
Copy link
Member

Fixed an issue where child animations were not applied when using SourceOperator with a group containing Drawable elements. Now, the child animations correctly affect all elements within the group.

Close #1253

Copy link
Contributor

No TODO comments were found.

Copy link
Contributor

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.Operators 4% 0% 62
Beutl.ProjectSystem 12% 6% 2065
Beutl.Core 31% 28% 3054
Beutl.Language 0% 0% 588
Beutl.Threading 100% 94% 118
Beutl.Utilities 73% 67% 360
Beutl.Engine 33% 30% 8936
Beutl.Configuration 40% 19% 285
Beutl.Extensibility 2% 0% 66
Summary 30% (10861 / 36714) 27% (2930 / 10681) 15534

Minimum allowed line rate is 0%

@yuto-trd yuto-trd merged commit 31a2241 into main Jan 31, 2025
4 checks passed
@yuto-trd yuto-trd deleted the yuto-trd/issue1253 branch January 31, 2025 14:35
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.

Child animations are not applied when using SourceOperator with a group containing Drawables
1 participant