mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -47,7 +47,7 @@ class MyWindow(ScrolledWindow):
|
|||
self.vy = value
|
||||
else:
|
||||
self.vy = self.vy + delta
|
||||
Win.InvalWindowRect(self.ourrect)
|
||||
self.wid.InvalWindowRect(self.ourrect)
|
||||
|
||||
def do_update(self, wid, event):
|
||||
Qd.EraseRect(self.ourrect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue