-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Windows screen DPI autodetect #5556
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
Conversation
5058d4d
to
fceb1d7
Compare
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-5556-BUILD-611-linux32.tar.xz ℹ️ The |
This commit contains debug messages used for testing purposes.
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-5556-BUILD-615-linux32.tar.xz ℹ️ The |
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-5556-BUILD-616-linux32.tar.xz ℹ️ The |
The prefences option:
Interface scale: automatic [x]
was a placeholder for automatic detection of screen DPI.
Actually it returns always the default 100% and the user must remove the check and manually tweak the settings until a good scaling is found.
This patch solves the issue for Windows and makes the automatic scaling working without user interaction (the manual option is still available if needed).