-
Notifications
You must be signed in to change notification settings - Fork 568
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
Improve layout of the scrollbar #1715
Conversation
Hey, looks like this is missing a changelog update. Just want to make sure that it's intentional or otherwise that you get a chance to add this there. |
Completely forgot, thanks 👍 . I've updated it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
This PR fixes the scrollbar clipping observed here #1709 (comment). There are a few small changes, best viewed as individual commits
TextBox
wasn't actually benefiting from the last point because it setsScroll::set_horizontal_scroll_enabled
but that didn't change whether the scrollbar is actually enabled - that is now fixed.