diff options
| author | Ned Deily <nad@acm.org> | 2014-03-28 03:51:15 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2014-03-28 03:51:15 (GMT) |
| commit | c318288f69e11c537baeca6799c212e8dd294b85 (patch) | |
| tree | 61db5fc96166290d16cfb529945086cadd935ac7 /Lib/idlelib/configDialog.py | |
| parent | 090eb1fd18f7cdd753b6fc9b60162491ee48f04e (diff) | |
| parent | b7601676b07c7c8e79af9e7818a783b966612c34 (diff) | |
| download | cpython-c318288f69e11c537baeca6799c212e8dd294b85.zip cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.gz cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.bz2 | |
Issue #17654: merge from 3.4
Diffstat (limited to 'Lib/idlelib/configDialog.py')
| -rw-r--r-- | Lib/idlelib/configDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index efe5c43..fefe42b 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -74,7 +74,7 @@ class ConfigDialog(Toplevel): frameActionButtons = Frame(self,pady=2) #action buttons - if macosxSupport.runningAsOSXApp(): + if macosxSupport.isAquaTk(): # Surpress the padx and pady arguments when # running as IDLE.app, otherwise the text # on these buttons will not be readable. |
