mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
This commit is contained in:
parent
43bb2a4f44
commit
7302340436
14 changed files with 55 additions and 48 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue