Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Feature or enhancement
Comparison
Here is a side by side comparison of both tkinter turtle-graphics examples windows, with and without the GUI fix. Maybe the screenshot was reduced by me so that the difference was not obvious, but actually before the text was also blurry. Also the sizes are different. Increasing pixel density while not changing the number of pixels will result in smaller window sizes.
Solution
The solution is simple
Copyhttps://github.com/python/cpython/blob/main/Lib/idlelib/pyshell.py#L16-L22
tohttps://github.com/python/cpython/blob/main/Lib/turtledemo/__main__.py
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Linked PRs
- gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry #119175
- [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) #119289
- [3.12] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) #119290