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(scrolling): don't reset the scrolling when the window position changes #2208

Merged
merged 1 commit into from Jan 4, 2024

Conversation

fredizzimo
Copy link
Member

What kind of change does this PR introduce?

The scroll animation was previously always reset when the window position changed, because the same command was used for positioning and resizing of the windows. This is now changed so that the scroll animation is kept for position or width changes, and only reset when the height changes.

This also add a tracy profiler graph of the scroll position.

Did this PR introduce a breaking change?

  • No

@Kethku Kethku self-assigned this Dec 31, 2023
@MultisampledNight MultisampledNight changed the title Don't reset the scrolling when the window position changes fix(scrolling): don't reset the scrolling when the window position changes Jan 4, 2024
@MultisampledNight MultisampledNight merged commit 01bccdb into neovide:main Jan 4, 2024
2 checks passed
@MultisampledNight
Copy link
Contributor

Thank you! Chooooooooooooooo chooooooooooooooo 🚂

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.

Scroll animations being skipped when using some plugins
3 participants