-
Notifications
You must be signed in to change notification settings - Fork 21
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
Scrolling (both in object select and diff panel) is lagging in the version 2.0.0-alpha.3 #73
Comments
What platform? System specs (including GPU)? |
It's a laptop. Windows 10 22H2, AMD Ryzen 7 5800H with integrated AMD Radeon RX Vega 8 graphics and 16 GB DDR4 RAM. I am using the trackpad to scroll, it doesn't lag while I'm gliding my finger, just if I give it a big push and then release. When doing this, the other version scrolls smoothly, but in this version there is first a delay and then it quickly jumps to where it should. |
v2.0.0-alpha.4 is released with options to choose a different graphics backend. Could you try DirectX 12 or OpenGL to see if that helps? |
It happens with all backends, using objdiff with my RTX 3050 results the same behaviour. Here is a video of how it looks like. I will try to look which release introduced this. Maybe it's even normal? The fps stays stable at 120 fps (120 Hz display). |
It started on v2.0.0-alpha.1 |
This is how it looks on version 1.0.0 |
Ah, thanks for the videos. I thought you were describing a graphics bug, but I see the issue now. This looks like an upstream egui bug: emilk/egui#4350 That looks like it's the same thing, but correct me if I'm wrong. |
Yeah, it's the same thing. |
It doesn't happen to me on version 1.0.0.
The text was updated successfully, but these errors were encountered: