From: Ned Deily Date: Sat, 2 Feb 2013 07:10:56 +0000 (-0800) Subject: Issue #15587: Enable Tk high-resolution text rendering on Macs with X-Git-Tag: v2.7.4rc1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7da1527969897a408dc23c16f47729edb04558;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Mac/IDLE/Info.plist.in b/Mac/IDLE/Info.plist.in index dc09be88fe69..71ff0ff778a1 100644 --- a/Mac/IDLE/Info.plist.in +++ b/Mac/IDLE/Info.plist.in @@ -51,6 +51,8 @@ %VERSION% CFBundleVersion %VERSION% + NSHighResolutionCapable +