Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry#119175
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedMay 19, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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 <tjreedy@udel.edu>(cherry picked from commit538ed5e)Co-authored-by: Wulian233 <71213467+Wulian233@users.noreply.github.com>
…les) windows blurry (pythonGH-119175)------Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>(cherry picked from commit538ed5e)Co-authored-by: Wulian233 <71213467+Wulian233@users.noreply.github.com>
GH-119289 is a backport of this pull request to the3.13 branch. |
GH-119290 is a backport of this pull request to the3.12 branch. |
…les) windows blurry (python#119175)------Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Uh oh!
There was an error while loading.Please reload this page.
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