X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..dfe22a0140ff744beaee056653897d3082c9e19a:/wxPython/demo/GridHugeTable.py?ds=inline diff --git a/wxPython/demo/GridHugeTable.py b/wxPython/demo/GridHugeTable.py index 5e8bf5eb0d..078af65bee 100644 --- a/wxPython/demo/GridHugeTable.py +++ b/wxPython/demo/GridHugeTable.py @@ -21,9 +21,9 @@ class HugeTable(gridlib.PyGridTableBase): gridlib.PyGridTableBase.__init__(self) self.log = log - self.odd=wxGridCellAttr() + self.odd=gridlib.GridCellAttr() self.odd.SetBackgroundColour("sky blue") - self.even=wxGridCellAttr() + self.even=gridlib.GridCellAttr() self.even.SetBackgroundColour("sea green") def GetAttr(self, row, col, kind):