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

Remove completely incorrect BypassAutoSize optimisation #1798

Merged
merged 1 commit into from Aug 20, 2018

Conversation

smoogipoo
Copy link
Contributor

@smoogipoo smoogipoo commented Aug 20, 2018

There are multiple cases where this would break. One such case is that BypassAutosizeAxes is changed to Axes.Both post-construction, which wouldn't cause an invalidation due to this.

Similar things could happen when adding/removing drawables, changing scale, etc... The code was super wrong.

I've left the parameter in for now to preserve the API.

Have also tested mania and it seems to be okay, which is what ppy/osu#2564 / #1554 was addressing.

@peppy peppy merged commit 8a0272b into ppy:master Aug 20, 2018
@smoogipoo smoogipoo deleted the fix-autosize-bypass branch November 26, 2018 02:06
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.

None yet

2 participants