X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b166c70307f14952b3844837c98602425020e1c5..68698f0308f5c46966b7de12b34f68ec23dd3ec8:/wxPython/demo/ColourDB.py diff --git a/wxPython/demo/ColourDB.py b/wxPython/demo/ColourDB.py index 9187807513..8e00407dba 100644 --- a/wxPython/demo/ColourDB.py +++ b/wxPython/demo/ColourDB.py @@ -17,6 +17,7 @@ class TestWindow(wxScrolledWindow): wxScrolledWindow.__init__(self, parent, -1) self.clrList = colourdb.getColourList() + #self.clrList.sort() self.bg_bmp = images.getGridBGBitmap() EVT_PAINT(self, self.OnPaint)