-
-
Notifications
You must be signed in to change notification settings - Fork 70
Remove the need for “Disable HiDPI Scaling” on Windows #342
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
Comments
Created by: benfry Based on further comments in #226, this seems to come down to the editor cursor position offset to the right with fractional Windows scaling. It's not a low- or high-res issue specifically, it's just that the metrics are a little funky when not using an even multiple like 200%. Luckily, that's easier to detect, though It's also an issue with our custom components ( |
Created by: benfry Reference links:
|
Created by: benfry With the last three commits, I think we have the Windows scaling issue resolved for 4.0 beta 4. |
Created by: benfry More fixes for this coming in beta 5 if anyone runs into trouble… |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: benfry
As a temporary resolution for #226, 4.0 beta 3 includes an option in Preferences (on Windows) to disable HiDPI scaling. This makes the UI behave properly, but is a temporary workaround because it leaves things fuzzy and still requires users to find the option.
Unfortunately, detecting when it's necessary to select this option is extremely difficult, and it appears, cannot be done consistently. If this sticks around much longer, maybe we can add a dialog box that suggests using the option.
See also #231.
The text was updated successfully, but these errors were encountered: