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 ScrollContainer lagging behind by one frame #801

Merged
merged 2 commits into from Jun 8, 2017

Conversation

default0
Copy link
Contributor

@default0 default0 commented Jun 7, 2017

The internal size the ScrollContainer used to make decisions about
the scroll range, scrollbar size, etc. was outdated by one frame
because it was updated before its children.

default0 and others added 2 commits June 7, 2017 22:27
The internal size the ScrollContainer used to make decisions about
the scroll range, scrollbar size, etc. was outdated by one frame
because it was updated before its children.
@peppy
Copy link
Sponsor Member

peppy commented Jun 8, 2017

👍 fixes chat scrollToEnd too

@peppy peppy merged commit a897845 into ppy:master Jun 8, 2017
@Tom94
Copy link
Collaborator

Tom94 commented Jun 8, 2017 via email

@peppy
Copy link
Sponsor Member

peppy commented Jun 8, 2017

Mutual benefit; not complaining 🏎

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

3 participants