-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry #119175
Conversation
Co-authored-by: Nice Zombies <[email protected]>
Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst
Outdated
Show resolved
Hide resolved
Lint failed because news item needed newline. I should have replaced default "Update ..." message as change is not visible in diffs. I will make unrelated config.py correction in a separate PR. I will change this to move fixup code to a new function in idlelib.util and then conditionally import and call function. |
Wait for now. |
Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst
Outdated
Show resolved
Hide resolved
Ignore change request; I made all changes I think are needed. After separate config patch, I had to fix merge conflict and decided to make additional change here. Please pull changes to your system and test that revised code works. |
Thanks! Look Good To Me! 😀 |
Thanks @Wulian233 for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…les) windows blurry (pythonGH-119175) ------ Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 538ed5e) Co-authored-by: Wulian233 <[email protected]>
…les) windows blurry (pythonGH-119175) ------ Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 538ed5e) Co-authored-by: Wulian233 <[email protected]>
GH-119289 is a backport of this pull request to the 3.13 branch. |
GH-119290 is a backport of this pull request to the 3.12 branch. |
…les) windows blurry (python#119175) ------ Co-authored-by: Terry Jan Reedy <[email protected]>
Copy
https://github.com/python/cpython/blob/main/Lib/idlelib/pyshell.py#L16-L22
tohttps://github.com/python/cpython/blob/main/Lib/turtledemo/__main__.py