-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Jagged lines in 6.0.901.0 #192
Comments
I see that you found the work that I've been doing towards automating release builds! @Carifio24 will take a look at this. Is this issue happening on a HiDPI display? |
Yes! And also yes, 4k monitor, although with Windows scaling it is 2560 by 1440 |
I would guess that this is a resolution/display-based issue, since I'm not seeing this on the monitors on my machine (neither of which are HiDPI). I'll see if there are any settings I can tweak to try to reproduce this. |
HiDPI and the modes are a difficult challenge. I can take a look at this and see if I can create a workaround to cause a immediate rescale on startup to let DX know the DPI scaling is in place. I think it has to do with initialization flow in the HiDPI scaling on startup. |
I've been trying to look into this, but without access to a HiDPI monitor it's pretty difficult to test anything out. If a window resize makes the jagged lines go away, would calling |
Here's a build with a call to https://drive.google.com/file/d/11I3Wx5bbz0E1Aoh8IunBt5ykGHFiGREM/view?usp=sharing |
@Carifio24 This checks out for me - no more jagged lines! |
Great! Then we can use this workaround until we come up with something that more directly addresses the root cause. |
Version 6.0.901.0 shows jagged lines upon opening the application that resolve themselves with a window resize.
.
The text was updated successfully, but these errors were encountered: