diff options
Diffstat (limited to 'Mac/Tools/IDE/Splash.py')
| -rw-r--r-- | Mac/Tools/IDE/Splash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py index 21acd6d079..1544b674d4 100644 --- a/Mac/Tools/IDE/Splash.py +++ b/Mac/Tools/IDE/Splash.py @@ -100,7 +100,7 @@ def UpdateSplash(drawdialog = 0, what = 0): if drawdialog: splash.DrawDialog() drawtext(what) - Win.ValidRect(splash.GetWindowPort().portRect) + Win.ValidWindowRect(splash.GetWindowPort().portRect) def drawtext(what = 0): Qd.SetPort(splash) |
