Commit 9cd864dc authored by Ned Deily's avatar Ned Deily

Issue #15587: Enable Tk high-resolution text rendering on Macs with

Retina displays.  Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5+.
Suggested by Kevin Walzer
parent aded2e5e
...@@ -53,5 +53,7 @@ ...@@ -53,5 +53,7 @@
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>%version%</string> <string>%version%</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>
...@@ -56,5 +56,7 @@ ...@@ -56,5 +56,7 @@
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2013 Python Software Foundation.</string> <string>(c) 2013 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>
...@@ -960,6 +960,10 @@ Build ...@@ -960,6 +960,10 @@ Build
- Issue #16256: OS X installer now sets correct permissions for doc directory. - Issue #16256: OS X installer now sets correct permissions for doc directory.
- Issue #15587: Enable Tk high-resolution text rendering on Macs with
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5.
Tools/Demos Tools/Demos
----------- -----------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment