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: ScrollArea repeatedly appears and disappears quickly issue. + For scroll_with_delta() #4664

Closed
wants to merge 4 commits into from

Conversation

rustbasic
Copy link
Contributor

Fix: ScrollArea repeatedly appears and disappears quickly issue. (#4658)

If the mouse is at a specific position above the ScrollArea (in TextEdit?), the ScrollArea repeatedly appears and disappears quickly.
You can more easily find the issue if you set Full bar width to the maximum value of 32.

If there is a better way to fix this than the solution in this Pull Request, please revise it accordingly.

AND

Fix: scroll_with_delta() for ScrollArea::vertical() and ScrollArea::horizontal()

We need to do this in order for ScrollArea::vertical() and ScrollArea::horizontal() to work even where they are divided or nested.

@emilk
Copy link
Owner

emilk commented Jun 23, 2024

Don't open multiple PRs with the same functionality. You have three options:

@emilk emilk closed this Jun 23, 2024
@rustbasic rustbasic deleted the patch67 branch August 7, 2024 15:03
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.

2 participants