[Pythoncard-users] small doodle bug
by Kevin Altis other posts by this author
Apr 20 2002 6:55PM messages near this date
RE: [Pythoncard-users] what is the syntax for posting an event?
|
[Pythoncard-users] saveClipboardBitmap sample
In the doodle sample, I found a bug that comes from changes I made to the
underlying BitmapCanvas class.
In doodle.py, the openFile method, instead of
self.components.bufOff.drawBitmap(bmp)
there should be x and y offsets for where to draw the bitmap
self.components.bufOff.drawBitmap(bmp, 0, 0)
Fixed in cvs.
ka
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|