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

@ -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)