]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ColourDB.py
implement wxColourDialog::Move() (patch 548048)
[wxWidgets.git] / wxPython / demo / ColourDB.py
index 91878075131596194ddead81af8f586fc4ace510..8e00407dba60196db5cca2dfaecf4b137762c8d1 100644 (file)
@@ -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)