Super() bug in wx.lib.sheet with the last wxpython version (2.8.4.2)

Thanks a lot Chris
Dominique

···

----- Original Message ----- From: "Chris Mellon" <arkanes@gmail.com>
To: <wxPython-users@lists.wxwidgets.org>
Sent: Monday, September 17, 2007 5:12 PM
Subject: Re: [wxPython-users] Re: Super() bug in wx.lib.sheet with the last wxpython version (2.8.4.2)

Very trivial fix - when it was converted to use super(), the explicit
self wasn't removed from the argument list.

Replace the line above in sheet.py with:
super(CCellEditor, self).PaintBackground(rect, attr)