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
This commit is contained in:
Ned Deily 2013-02-01 23:12:42 -08:00
parent aded2e5e59
commit 9cd864dcbf
3 changed files with 8 additions and 0 deletions

View File

@ -53,5 +53,7 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>%version%</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View File

@ -56,5 +56,7 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>(c) 2013 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View File

@ -960,6 +960,10 @@ Build
- 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
-----------