Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.

This commit is contained in:
Jack Jansen 2001-01-23 14:58:20 +00:00
parent 43bb2a4f44
commit 7302340436
14 changed files with 55 additions and 48 deletions

View file

@ -100,7 +100,7 @@ def UpdateSplash(drawdialog = 0, what = 0):
if drawdialog:
splash.DrawDialog()
drawtext(what)
Win.ValidWindowRect(splash.GetWindowPort().portRect)
splash.GetDialogWindow().ValidWindowRect(splash.GetDialogPort().portRect)
def drawtext(what = 0):
Qd.SetPort(splash)