diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-30 00:01:29 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-30 00:01:29 +0000 |
commit | 362c7cd07bd32f94e80e5ca954834cfbc1709953 (patch) | |
tree | 8f929854033e856a2bf29d9167da8c98f754a416 /Mac/Tools/IDE/Splash.py | |
parent | 202355a333b98213449b30dcbfa620be86c96085 (diff) | |
download | cpython-git-362c7cd07bd32f94e80e5ca954834cfbc1709953.tar.gz |
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
Diffstat (limited to 'Mac/Tools/IDE/Splash.py')
-rw-r--r-- | Mac/Tools/IDE/Splash.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py index 302053f072..86009d2a81 100644 --- a/Mac/Tools/IDE/Splash.py +++ b/Mac/Tools/IDE/Splash.py @@ -48,8 +48,8 @@ def UpdateSplash(drawdialog = 0, what = 0): if drawdialog: splash.DrawDialog() drawtext(what) - splash.GetDialogWindow().ValidWindowRect(splash.GetDialogPort().portRect) - Qd.QDFlushPortBuffer(splash.GetDialogWindow().GetWindowPort(), None) + splash.GetDialogWindow().ValidWindowRect(splash.GetDialogPort().GetPortBounds()) + splash.GetDialogWindow().GetWindowPort().QDFlushPortBuffer(None) def drawtext(what = 0): Qd.SetPort(splash) |