summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ZoomHeight.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-28 03:51:15 (GMT)
committerNed Deily <nad@acm.org>2014-03-28 03:51:15 (GMT)
commitc318288f69e11c537baeca6799c212e8dd294b85 (patch)
tree61db5fc96166290d16cfb529945086cadd935ac7 /Lib/idlelib/ZoomHeight.py
parent090eb1fd18f7cdd753b6fc9b60162491ee48f04e (diff)
parentb7601676b07c7c8e79af9e7818a783b966612c34 (diff)
downloadcpython-c318288f69e11c537baeca6799c212e8dd294b85.zip
cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.gz
cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.bz2
Issue #17654: merge from 3.4
Diffstat (limited to 'Lib/idlelib/ZoomHeight.py')
-rw-r--r--Lib/idlelib/ZoomHeight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ZoomHeight.py b/Lib/idlelib/ZoomHeight.py
index e8d1710..a5d679e 100644
--- a/Lib/idlelib/ZoomHeight.py
+++ b/Lib/idlelib/ZoomHeight.py
@@ -32,7 +32,7 @@ def zoom_height(top):
newy = 0
newheight = newheight - 72
- elif macosxSupport.runningAsOSXApp():
+ elif macosxSupport.isAquaTk():
# The '88' below is a magic number that avoids placing the bottom
# of the window below the panel on my machine. I don't know how
# to calculate the correct value for this with tkinter.