-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.
#4658
Conversation
Please give a repro of the problem so I can test this |
It is difficult to capture, so I will explain how to reproduce it instead. To make it easier to reproduce the bug, To easily reproduce the bug, open a window containing a The bug could be happening when the mouse cursor is exactly on the boundary of the This PR also has the advantage of making the |
I fail to reproduce any problem. Do you have a video of it? |
https://github.com/rustbasic/rustbasic/blob/main/egui%20demo%20app%202024-06-25%2017-26-02.mp4 When I go to the Regardless of the specific conditions, the same symptom appears in all You can tell because it blinks once every few dozen times. |
If the mouse is at a specific position above the
ScrollArea
(in TextEdit?), theScrollArea
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.