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 slider sometimes not updating anchor position of nested objects #26659

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

frenzibyte
Copy link
Member

For the repeat object to appear correctly, its anchor position is supposed to be updated by DrawableSlider in update method. However, there is a layout that needs to be invalidated first for the repeat to be updated, and that does not get invalidated when replacing/adding a repeat or any other nested object.

@peppy peppy merged commit 29f04d0 into ppy:master Jan 22, 2024
@frenzibyte frenzibyte deleted the editor-fix-slider-repeat branch January 22, 2024 08:33
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.

Slider reverse arrow appears in incorrect place when modifying via timeline
2 participants