diff options
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) |