summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Splash.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools/IDE/Splash.py')
-rw-r--r--Mac/Tools/IDE/Splash.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py
index 302053f..86009d2 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)