From 6e7da1527969897a408dc23c16f47729edb04558 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 1 Feb 2013 23:10:56 -0800 Subject: [PATCH] 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 --- Mac/IDLE/Info.plist.in | 2 ++ Mac/Resources/app/Info.plist.in | 2 ++ Misc/NEWS | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/Mac/IDLE/Info.plist.in b/Mac/IDLE/Info.plist.in index dc09be88fe6..71ff0ff778a 100644 --- a/Mac/IDLE/Info.plist.in +++ b/Mac/IDLE/Info.plist.in @@ -51,6 +51,8 @@ %VERSION% CFBundleVersion %VERSION% + NSHighResolutionCapable +