mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
This commit is contained in:
parent
202355a333
commit
362c7cd07b
25 changed files with 60 additions and 61 deletions
|
@ -78,7 +78,7 @@ def main():
|
|||
else:
|
||||
Qd.SetPort(whichWindow)
|
||||
whichWindow.BeginUpdate()
|
||||
Qd.EraseRect(whichWindow.GetWindowPort().portRect)
|
||||
Qd.EraseRect(whichWindow.GetWindowPort().GetPortBounds())
|
||||
whichWindow.EndUpdate()
|
||||
|
||||
def loadMovie(theFile):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue