summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-21 03:53:29 (GMT)
committerGitHub <noreply@github.com>2024-05-21 03:53:29 (GMT)
commitf7303cd96742cf6ae3dedc4e3d5211140922186f (patch)
tree38d69b657fd68923cd3c8bf041dc4a11d7b987f0 /Misc/NEWS.d
parent24b0e8ddb4edc5402df3fc0e93a4e7824a94fee8 (diff)
downloadcpython-f7303cd96742cf6ae3dedc4e3d5211140922186f.zip
cpython-f7303cd96742cf6ae3dedc4e3d5211140922186f.tar.gz
cpython-f7303cd96742cf6ae3dedc4e3d5211140922186f.tar.bz2
[3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119289)
gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) ------ (cherry picked from commit 538ed5e4818aa0d0aa759634e8bfa23e317434a1) Co-authored-by: Wulian233 <71213467+Wulian233@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst b/Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst
new file mode 100644
index 0000000..7b467b9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst
@@ -0,0 +1,3 @@
+Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry
+Patch by Wulian233 and Terry Jan Reedy
+